#036282

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

Shades of Blue Lagoon #036282

Tints of Blue Lagoon #036282

Color information

#036282 (or 0x036282) is unknown color: approx Blue Lagoon. HEX triplet: 03, 62 and 82. RGB value is (3,98,130). Sum of RGB (Red+Green+Blue) = 3+98+130=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #036282 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036282 is #FC9D7D. Grayscale: #494949. Windows color (decimal): -16555390 or 8544771. OLE color: 8544771.

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

Color convert

RGB398130-
CMYK0.980.2500.49
HSL195.12º95.49%26.08%-
HSV(B)195.12º97.69%50.98%-
XYZ8.4310.3722.68-
YUV73.24160.0377.9-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.30%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 130 (51.17% from 255) = 56.28%
R=1.30%
G=42.42%
B=56.28%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3981300.980.2500.49195.1295.4926.08
Hex362826219031c35f1a
Octal31422021423106130313732
Binary11110001010000010110001011001011000111000011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036282; }

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

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

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

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

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

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

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

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