#036768

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

Shades of Blue Lagoon #036768

Tints of Blue Lagoon #036768

Color information

#036768 (or 0x036768) is unknown color: approx Blue Lagoon. HEX triplet: 03, 67 and 68. RGB value is (3,103,104). Sum of RGB (Red+Green+Blue) = 3+103+104=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #036768 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036768 is #FC9897. Grayscale: #494949. Windows color (decimal): -16554136 or 6842115. OLE color: 6842115.

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

Color convert

RGB3103104-
CMYK0.970.0100.59
HSL180.59º94.39%20.98%-
HSV(B)180.59º97.12%40.78%-
XYZ7.3910.7214.78-
YUV73.21145.3777.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 103 (40.62% from 255) = 49.05%
BLUE value IS 104 (41.02% from 255) = 49.52%
R=1.43%
G=49.05%
B=49.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31031040.970.0100.59180.5994.3920.98
Hex3676861103Bb55e15
Octal3147150141107326513625
Binary111100111110100011000011011101110110101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036768; }

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

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

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

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

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

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

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

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