#036A84

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

Shades of Blue Lagoon #036A84

Tints of Blue Lagoon #036A84

Color information

#036A84 (or 0x036A84) is unknown color: approx Blue Lagoon. HEX triplet: 03, 6A and 84. RGB value is (3,106,132). Sum of RGB (Red+Green+Blue) = 3+106+132=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 106 (41.80% from 255 or 43.98% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #036A84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #036A84 is #FC957B. Grayscale: #4D4D4D. Windows color (decimal): -16553340 or 8677891. OLE color: 8677891.

HSL color Cylindrical-coordinate representation of color #036A84: hue angle of 192.09º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #036A84 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3106132-
CMYK0.980.2000.48
HSL192.09º95.56%26.47%-
HSV(B)192.09º97.73%51.76%-
XYZ9.3611.9923.65-
YUV78.17158.3874.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.24%
GREEN value IS 106 (41.80% from 255) = 43.98%
BLUE value IS 132 (51.95% from 255) = 54.77%
R=1.24%
G=43.98%
B=54.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31061320.980.2000.48192.0995.5626.47
Hex36A846214030c0601a
Octal31522041422406030014032
Binary11110101010000100110001010100011000011000000110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036A84; }

 p { color: rgb(3,106,132); }

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

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

 a { background-color: rgb(3,106,132); }

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

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

 span { border-color: rgb(3,106,132); }

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