#036973

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

Shades of Blue Lagoon #036973

Tints of Blue Lagoon #036973

Color information

#036973 (or 0x036973) is unknown color: approx Blue Lagoon. HEX triplet: 03, 69 and 73. RGB value is (3,105,115). Sum of RGB (Red+Green+Blue) = 3+105+115=223 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.35% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 115 (45.31% from 255 or 51.57% from 223); Max value from RGB is 115 - color contains mainly: blue. Hex color #036973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036973 is #FC968C. Grayscale: #4B4B4B. Windows color (decimal): -16553613 or 7563523. OLE color: 7563523.

HSL color Cylindrical-coordinate representation of color #036973: hue angle of 185.36º 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 #036973 is Cyan = 0.97, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3105115-
CMYK0.970.0900.55
HSL185.36º94.92%23.14%-
HSV(B)185.36º97.39%45.1%-
XYZ8.1811.3617.98-
YUV75.64150.2176.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.35%
GREEN value IS 105 (41.41% from 255) = 47.09%
BLUE value IS 115 (45.31% from 255) = 51.57%
R=1.35%
G=47.09%
B=51.57%

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
Decimal31051150.970.0900.55185.3694.9223.14
Hex36973619037b95f17
Octal31511631411106727113727
Binary111101001111001111000011001011011110111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036973; }

 p { color: rgb(3,105,115); }

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

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

 a { background-color: rgb(3,105,115); }

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

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

 span { border-color: rgb(3,105,115); }

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