#036C78

Color #036C78 Blue Lagoon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Lagoon #036C78

Tints of Blue Lagoon #036C78

Color information

#036C78 (or 0x036C78) is unknown color: approx 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

RGB3108120-
CMYK0.980.1000.53
HSL186.15º95.12%24.12%-
HSV(B)186.15º97.5%47.06%-
XYZ8.7912.119.64-
YUV77.97151.7174.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 108 (42.58% from 255) = 46.75%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=1.30%
G=46.75%
B=51.95%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31081200.980.1000.53186.1595.1224.12
Hex36C7862A035ba5f18
Octal31541701421206527213730
Binary111101100111100011000101010011010110111010101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>