#036882

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

Shades of Blue Lagoon #036882

Tints of Blue Lagoon #036882

Color information

#036882 (or 0x036882) is unknown color: approx Blue Lagoon. HEX triplet: 03, 68 and 82. RGB value is (3,104,130). Sum of RGB (Red+Green+Blue) = 3+104+130=237 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #036882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036882 is #FC977D. Grayscale: #4C4C4C. Windows color (decimal): -16553854 or 8546307. OLE color: 8546307.

HSL color Cylindrical-coordinate representation of color #036882: hue angle of 192.28º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036882 is Cyan = 0.98, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3104130-
CMYK0.980.200.49
HSL192.28º95.49%26.08%-
HSV(B)192.28º97.69%50.98%-
XYZ9.0211.5322.87-
YUV76.76158.0475.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 130 (51.17% from 255) = 54.85%
R=1.27%
G=43.88%
B=54.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31041300.980.200.49192.2895.4926.08
Hex368826214031c05f1a
Octal31502021422406130013732
Binary11110100010000010110001010100011000111000000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036882; }

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

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

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

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

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

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

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

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