#02536D

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

Shades of Blue Lagoon #02536D

Tints of Blue Lagoon #02536D

Color information

#02536D (or 0x02536D) is unknown color: approx Blue Lagoon. HEX triplet: 02, 53 and 6D. RGB value is (2,83,109). Sum of RGB (Red+Green+Blue) = 2+83+109=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 109 (42.97% from 255 or 56.19% from 194); Max value from RGB is 109 - color contains mainly: blue. Hex color #02536D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02536D is #FDAC92. Grayscale: #3D3D3D. Windows color (decimal): -16624787 or 7164674. OLE color: 7164674.

HSL color Cylindrical-coordinate representation of color #02536D: hue angle of 194.58º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02536D is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB283109-
CMYK0.980.2400.57
HSL194.58º96.4%21.76%-
HSV(B)194.58º98.17%42.75%-
XYZ5.887.315.57-
YUV61.74154.6685.39-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 109 (42.97% from 255) = 56.19%
R=1.03%
G=42.78%
B=56.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2831090.980.2400.57194.5896.421.76
Hex2536D6218039c36016
Octal21231551423007130314026
Binary1010100111101101110001011000011100111000011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02536D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02536D; }

 p { color: rgb(2,83,109); }

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

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

 a { background-color: rgb(2,83,109); }

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

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

 span { border-color: rgb(2,83,109); }

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