#036172

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

Shades of Blue Lagoon #036172

Tints of Blue Lagoon #036172

Color information

#036172 (or 0x036172) is unknown color: approx Blue Lagoon. HEX triplet: 03, 61 and 72. RGB value is (3,97,114). Sum of RGB (Red+Green+Blue) = 3+97+114=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 114 (44.92% from 255 or 53.27% from 214); Max value from RGB is 114 - color contains mainly: blue. Hex color #036172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036172 is #FC9E8D. Grayscale: #464646. Windows color (decimal): -16555662 or 7495939. OLE color: 7495939.

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

Color convert

RGB397114-
CMYK0.970.1500.55
HSL189.19º94.87%22.94%-
HSV(B)189.19º97.37%44.71%-
XYZ7.359.7817.42-
YUV70.83152.3679.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.40%
GREEN value IS 97 (38.28% from 255) = 45.33%
BLUE value IS 114 (44.92% from 255) = 53.27%
R=1.40%
G=45.33%
B=53.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3971140.970.1500.55189.1994.8722.94
Hex3617261F037bd5f17
Octal31411621411706727513727
Binary111100001111001011000011111011011110111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036172; }

 p { color: rgb(3,97,114); }

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

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

 a { background-color: rgb(3,97,114); }

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

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

 span { border-color: rgb(3,97,114); }

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