Color Hex Logo

#306adb Color Hex

#306ADB
(48,106,219)
0 Favorites   0 Comments

Color spaces of #306adb

RGB 48106219
HSL0.610.700.52
HSV220°78°86°
CMYK 0.780.520.00   0.14
XYZ19.159116.050969.1062
Yxy16.05090.18370.1539
Hunter Lab40.063615.2506-74.2256
CIE-Lab47.041221.4380-63.1844

#306adb color RGB value is (48,106,219).

#306adb hex color red value is 48, green value is 106 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #306adb hue: 0.61 , saturation: 0.70 and the lightness value of 306adb is 0.52.

The process color (four color CMYK) of #306adb color hex is 0.78, 0.52, 0.00, 0.14. Web safe color of #306adb is #3366cc. Color #306adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101010 11011011
Octal 60 152 333
Decimal 48 106 219
Hex 30 6A DB

RGB Percentages of Color #306adb

%12.87
%28.42
%58.71

CMYK Percentages of Color #306adb

%78
%52
%0
%14

Triadic Colors of #306adb

#306adb #db306a #6adb30

Analogous Colors of #306adb

#306adb #4b30db #30c0db

Monochromatic Colors of #306adb

#306adb

Complementary Color

#306adb #dba130

#306adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#306adb Color CSS Codes

.mybgcolor {background-color:#306adb; } 
.myforecolor {color:#306adb; }
.mybordercolor {border:3px solid #306adb; }

#306adb Text Font Color

<p style="color:#306adb">Text here</p>

This sample text font color is #306adb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#306adb Background Color

<div style="background-color:#306adb">
Div content here</div>

This div background color is #306adb


#306adb Border Color

<div style="border:3px solid #306adb">
Div here</div>

This div border color is #306adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,106,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306adb;
  -webkit-box-shadow: 1px 1px 3px 2px #306adb;
  box-shadow:         1px 1px 3px 2px #306adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,106,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #306adb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #306adb;
  -webkit-box-shadow: 1px 1px 3px 2px #306adb;
  box-shadow:         1px 1px 3px 2px #306adb;">
Div content here</div>

This div box has shadow with color #306adb


Comments

No comments written yet.

Please login to write comment.