#02536E

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

Shades of Blue Lagoon #02536E

Tints of Blue Lagoon #02536E

Color information

#02536E (or 0x02536E) is unknown color: approx Blue Lagoon. HEX triplet: 02, 53 and 6E. RGB value is (2,83,110). Sum of RGB (Red+Green+Blue) = 2+83+110=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 83 (32.81% from 255 or 42.56% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #02536E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02536E is #FDAC91. Grayscale: #3D3D3D. Windows color (decimal): -16624786 or 7230210. OLE color: 7230210.

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

Color convert

RGB283110-
CMYK0.980.2500.57
HSL195º96.43%21.96%-
HSV(B)195º98.18%43.14%-
XYZ5.937.3315.85-
YUV61.86155.1685.3-

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.56%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=1.03%
G=42.56%
B=56.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2831100.980.2500.5719596.4321.96
Hex2536E6219039c36016
Octal21231561423107130314026
Binary1010100111101110110001011001011100111000011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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