#036776

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

Shades of Blue Lagoon #036776

Tints of Blue Lagoon #036776

Color information

#036776 (or 0x036776) is unknown color: approx Blue Lagoon. HEX triplet: 03, 67 and 76. RGB value is (3,103,118). Sum of RGB (Red+Green+Blue) = 3+103+118=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #036776 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #036776 is #FC9889. Grayscale: #4A4A4A. Windows color (decimal): -16554122 or 7759619. OLE color: 7759619.

HSL color Cylindrical-coordinate representation of color #036776: hue angle of 187.83º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036776 is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3103118-
CMYK0.970.1300.54
HSL187.83º95.04%23.73%-
HSV(B)187.83º97.46%46.27%-
XYZ8.1611.0318.84-
YUV74.81152.3776.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.34%
GREEN value IS 103 (40.62% from 255) = 45.98%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=1.34%
G=45.98%
B=52.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal31031180.970.1300.54187.8395.0423.73
Hex3677661D036bc5f18
Octal31471661411506627413730
Binary111100111111011011000011101011011010111100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036776; }

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

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

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

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

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

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

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

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