#036168

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

Shades of Blue Lagoon #036168

Tints of Blue Lagoon #036168

Color information

#036168 (or 0x036168) is unknown color: approx Blue Lagoon. HEX triplet: 03, 61 and 68. RGB value is (3,97,104). Sum of RGB (Red+Green+Blue) = 3+97+104=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #036168 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036168 is #FC9E97. Grayscale: #454545. Windows color (decimal): -16555672 or 6840579. OLE color: 6840579.

HSL color Cylindrical-coordinate representation of color #036168: hue angle of 184.16º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036168 is Cyan = 0.97, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB397104-
CMYK0.970.0700.59
HSL184.16º94.39%20.98%-
HSV(B)184.16º97.12%40.78%-
XYZ6.819.5714.58-
YUV69.69147.3680.43-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 104 (41.02% from 255) = 50.98%
R=1.47%
G=47.55%
B=50.98%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3971040.970.0700.59184.1694.3920.98
Hex3616861703Bb85e15
Octal3141150141707327013625
Binary11110000111010001100001111011101110111000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036168; }

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

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

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

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

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

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

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

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