#036782

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

Shades of Blue Lagoon #036782

Tints of Blue Lagoon #036782

Color information

#036782 (or 0x036782) is unknown color: approx Blue Lagoon. HEX triplet: 03, 67 and 82. RGB value is (3,103,130). Sum of RGB (Red+Green+Blue) = 3+103+130=236 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.27% from 236); Green value is 103 (40.62% from 255 or 43.64% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #036782 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036782 is #FC987D. Grayscale: #4B4B4B. Windows color (decimal): -16554110 or 8546051. OLE color: 8546051.

HSL color Cylindrical-coordinate representation of color #036782: hue angle of 192.76º 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 #036782 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3103130-
CMYK0.980.2100.49
HSL192.76º95.49%26.08%-
HSV(B)192.76º97.69%50.98%-
XYZ8.9211.3322.84-
YUV76.18158.3775.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.27%
GREEN value IS 103 (40.62% from 255) = 43.64%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=1.27%
G=43.64%
B=55.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31031300.980.2100.49192.7695.4926.08
Hex367826215031c15f1a
Octal31472021422506130113732
Binary11110011110000010110001010101011000111000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036782; }

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

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

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

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

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

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

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

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