#036068

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

Shades of Blue Lagoon #036068

Tints of Blue Lagoon #036068

Color information

#036068 (or 0x036068) is unknown color: approx Blue Lagoon. HEX triplet: 03, 60 and 68. RGB value is (3,96,104). Sum of RGB (Red+Green+Blue) = 3+96+104=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #036068 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036068 is #FC9F97. Grayscale: #444444. Windows color (decimal): -16555928 or 6840323. OLE color: 6840323.

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

Color convert

RGB396104-
CMYK0.970.0800.59
HSL184.75º94.39%20.98%-
HSV(B)184.75º97.12%40.78%-
XYZ6.729.3814.55-
YUV69.1147.6980.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 96 (37.89% from 255) = 47.29%
BLUE value IS 104 (41.02% from 255) = 51.23%
R=1.48%
G=47.29%
B=51.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3961040.970.0800.59184.7594.3920.98
Hex3606861803Bb95e15
Octal31401501411007327113625
Binary111100000110100011000011000011101110111001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036068; }

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

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

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

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

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

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

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

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