Html Css Color HEX #036A78 Blue Lagoon

📋 copy color: '#036A78'

red 3 ◦ green 106 ◦ blue 120

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

Shades of Blue Lagoon #036A78

Tints of Blue Lagoon #036A78

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.29%

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

R = 1.31%
G = 46.29%
B = 52.4%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#036A78 (or 0x036A78) is known color: Blue Lagoon. HEX triplet: 03, 6A and 78. RGB value is (3,106,120). Sum of RGB (Red+Green+Blue) = 3+106+120=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 120 (47.27% from 255 or 52.40% from 229); Max value from RGB is 120 - color contains mainly: blue. Hex color #036A78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A78 is #FC9587. Grayscale: #4C4C4C. Windows color (decimal): -16553352 or 7891459. OLE color: 7891459.

HSL color Cylindrical-coordinate representation of color #036A78: hue angle of 187.18º 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 #036A78 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 3 106 120 -
CMYK 0.98 0.12 0 0.53
HSL 187.18º 0.95% 0.24% -
HSV(B) 187.18º 0.98% 0.47% -
XYZ 8.58 11.68 19.57 -
YUV 76.8 152.38 75.36 -
System Red Green Blue C M Y K H S L
Decimal 3 106 120 0.98 0.12 0 0.53 187.18 0.95 0.24
Hex 3 6A 78 62 C 0 35 BB 5F 18
Octal 3 152 170 142 14 0 65 273 137 30
Binary 11 1101010 1111000 1100010 1100 0 110101 10111011 1011111 11000

Color Harmonies of #036A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036A78

Black with #036A78

Text Example


Text Example

White with #036A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #036A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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