#036682

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

Shades of Blue Lagoon #036682

Tints of Blue Lagoon #036682

Color information

#036682 (or 0x036682) is unknown color: approx Blue Lagoon. HEX triplet: 03, 66 and 82. RGB value is (3,102,130). Sum of RGB (Red+Green+Blue) = 3+102+130=235 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 130 (51.17% from 255 or 55.32% from 235); Max value from RGB is 130 - color contains mainly: blue. Hex color #036682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036682 is #FC997D. Grayscale: #4B4B4B. Windows color (decimal): -16554366 or 8545795. OLE color: 8545795.

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

Color convert

RGB3102130-
CMYK0.980.2200.49
HSL193.23º95.49%26.08%-
HSV(B)193.23º97.69%50.98%-
XYZ8.8211.1322.8-
YUV75.59158.776.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.28%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 130 (51.17% from 255) = 55.32%
R=1.28%
G=43.40%
B=55.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31021300.980.2200.49193.2395.4926.08
Hex366826216031c15f1a
Octal31462021422606130113732
Binary11110011010000010110001010110011000111000001101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036682; }

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

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

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

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

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

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

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

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