#036A74

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

Shades of Blue Lagoon #036A74

Tints of Blue Lagoon #036A74

Color information

#036A74 (or 0x036A74) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6A and 74. RGB value is (3,106,116). Sum of RGB (Red+Green+Blue) = 3+106+116=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 106 (41.80% from 255 or 47.11% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #036A74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036A74 is #FC958B. Grayscale: #4C4C4C. Windows color (decimal): -16553356 or 7629315. OLE color: 7629315.

HSL color Cylindrical-coordinate representation of color #036A74: hue angle of 185.31º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036A74 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3106116-
CMYK0.970.0900.55
HSL185.31º94.96%23.33%-
HSV(B)185.31º97.41%45.49%-
XYZ8.3411.5918.32-
YUV76.34150.3875.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 106 (41.80% from 255) = 47.11%
BLUE value IS 116 (45.70% from 255) = 51.56%
R=1.33%
G=47.11%
B=51.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31061160.970.0900.55185.3194.9623.33
Hex36A74619037b95f17
Octal31521641411106727113727
Binary111101010111010011000011001011011110111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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