Html Css Color HEX #036478 Blue Lagoon

📋 copy color: '#036478'

red 3 ◦ green 100 ◦ blue 120

#036478
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Lagoon #036478

Tints of Blue Lagoon #036478

RGB

 RED value IS 3 (1.56% from 255) = 1.35%

 GREEN value IS 100 (39.45% from 255) = 44.84%

 BLUE value IS 120 (47.27% from 255) = 53.81%

R = 1.35%
G = 44.84%
B = 53.81%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#036478 (or 0x036478) is known color: Blue Lagoon. HEX triplet: 03, 64 and 78. RGB value is (3,100,120). Sum of RGB (Red+Green+Blue) = 3+100+120=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 100 (39.45% from 255 or 44.84% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #036478 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036478 is #FC9B87. Grayscale: #494949. Windows color (decimal): -16554888 or 7889923. OLE color: 7889923.

HSL color Cylindrical-coordinate representation of color #036478: hue angle of 190.26º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036478 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 100 120 -
CMYK 0.98 0.17 0 0.53
HSL 190.26º 0.95% 0.24% -
HSV(B) 190.26º 0.98% 0.47% -
XYZ 7.98 10.49 19.37 -
YUV 73.28 154.36 77.87 -
System Red Green Blue C M Y K H S L
Decimal 3 100 120 0.98 0.17 0 0.53 190.26 0.95 0.24
Hex 3 64 78 62 11 0 35 BE 5F 18
Octal 3 144 170 142 21 0 65 276 137 30
Binary 11 1100100 1111000 1100010 10001 0 110101 10111110 1011111 11000

Color Harmonies of #036478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036478

Black with #036478

Text Example


Text Example

White with #036478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036478; }

 p { color: rgb(3,100,120); }

 H1.HeaderClassName
 {
   color: #036478;
 }
 .AnyTagClassName
 {
   color: #036478;
 }
</style>

background-color css

<style>
 a { background-color: #036478; }

 a { background-color: rgb(3,100,120); }

 div.DivClassName
 {
   background-color: #036478;
 }
 .BgClassName
 {
   background-color: #036478;
 }
</style>

border-color css

<style>
 span { border-color: #036478; }

 span { border-color: rgb(3,100,120); }

 td.TdClassName
 {
   border-color: #036478;
 }
 .TagClassName
 {
   border-color: #036478;
 }
</style>