#036870

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

Shades of Blue Lagoon #036870

Tints of Blue Lagoon #036870

Color information

#036870 (or 0x036870) is unknown color: approx Blue Lagoon. HEX triplet: 03, 68 and 70. RGB value is (3,104,112). Sum of RGB (Red+Green+Blue) = 3+104+112=219 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.37% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #036870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036870 is #FC978F. Grayscale: #4A4A4A. Windows color (decimal): -16553872 or 7366659. OLE color: 7366659.

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

Color convert

RGB3104112-
CMYK0.970.0700.56
HSL184.4º94.78%22.55%-
HSV(B)184.4º97.32%43.92%-
XYZ7.9111.0917.05-
YUV74.71149.0476.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.37%
GREEN value IS 104 (41.02% from 255) = 47.49%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=1.37%
G=47.49%
B=51.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31041120.970.0700.56184.494.7822.55
Hex36870617038b85f17
Octal3150160141707027013727
Binary11110100011100001100001111011100010111000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036870; }

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

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

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

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

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

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

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

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