#036871

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

Shades of Blue Lagoon #036871

Tints of Blue Lagoon #036871

Color information

#036871 (or 0x036871) is unknown color: approx Blue Lagoon. HEX triplet: 03, 68 and 71. RGB value is (3,104,113). Sum of RGB (Red+Green+Blue) = 3+104+113=220 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.36% from 220); Green value is 104 (41.02% from 255 or 47.27% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #036871 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036871 is #FC978E. Grayscale: #4A4A4A. Windows color (decimal): -16553871 or 7432195. OLE color: 7432195.

HSL color Cylindrical-coordinate representation of color #036871: hue angle of 184.91º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036871 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3104113-
CMYK0.970.0800.56
HSL184.91º94.83%22.75%-
HSV(B)184.91º97.35%44.31%-
XYZ7.9711.1117.35-
YUV74.83149.5476.77-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.36%
GREEN value IS 104 (41.02% from 255) = 47.27%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=1.36%
G=47.27%
B=51.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31041130.970.0800.56184.9194.8322.75
Hex36871618038b95f17
Octal31501611411007027113727
Binary111101000111000111000011000011100010111001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036871; }

 p { color: rgb(3,104,113); }

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

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

 a { background-color: rgb(3,104,113); }

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

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

 span { border-color: rgb(3,104,113); }

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