#036B78

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

Shades of Blue Lagoon #036B78

Tints of Blue Lagoon #036B78

Color information

#036B78 (or 0x036B78) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6B and 78. RGB value is (3,107,120). Sum of RGB (Red+Green+Blue) = 3+107+120=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 107 (42.19% from 255 or 46.52% from 230); Blue value is 120 (47.27% from 255 or 52.17% from 230); Max value from RGB is 120 - color contains mainly: blue. Hex color #036B78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036B78 is #FC9487. Grayscale: #4D4D4D. Windows color (decimal): -16553096 or 7891715. OLE color: 7891715.

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

Color convert

RGB3107120-
CMYK0.980.1100.53
HSL186.67º95.12%24.12%-
HSV(B)186.67º97.5%47.06%-
XYZ8.6911.8919.61-
YUV77.39152.0474.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 107 (42.19% from 255) = 46.52%
BLUE value IS 120 (47.27% from 255) = 52.17%
R=1.30%
G=46.52%
B=52.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31071200.980.1100.53186.6795.1224.12
Hex36B7862B035bb5f18
Octal31531701421306527313730
Binary111101011111100011000101011011010110111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #036B78;
 }
 .AnyTagClassName
 {
   color: #036B78;
 }
</style>
background-color css

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

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

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

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

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

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