Html Css Color HEX #036C78 Blue Lagoon

📋 copy color: '#036C78'

red 3 ◦ green 108 ◦ blue 120

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

Shades of Blue Lagoon #036C78

Tints of Blue Lagoon #036C78

RGB

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

 GREEN value IS 108 (42.58% from 255) = 46.75%

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

R = 1.3%
G = 46.75%
B = 51.95%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#036C78 (or 0x036C78) is known color: Blue Lagoon. HEX triplet: 03, 6C and 78. RGB value is (3,108,120). Sum of RGB (Red+Green+Blue) = 3+108+120=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 108 (42.58% from 255 or 46.75% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #036C78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036C78 is #FC9387. Grayscale: #4D4D4D. Windows color (decimal): -16552840 or 7891971. OLE color: 7891971.

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

Color convert

RGB 3 108 120 -
CMYK 0.98 0.10 0 0.53
HSL 186.15º 0.95% 0.24% -
HSV(B) 186.15º 0.98% 0.47% -
XYZ 8.79 12.1 19.64 -
YUV 77.97 151.71 74.52 -
System Red Green Blue C M Y K H S L
Decimal 3 108 120 0.98 0.10 0 0.53 186.15 0.95 0.24
Hex 3 6C 78 62 A 0 35 BA 5F 18
Octal 3 154 170 142 12 0 65 272 137 30
Binary 11 1101100 1111000 1100010 1010 0 110101 10111010 1011111 11000

Color Harmonies of #036C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #036C78

Black with #036C78

Text Example


Text Example

White with #036C78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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