#02546C

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

Shades of Blue Lagoon #02546C

Tints of Blue Lagoon #02546C

Color information

#02546C (or 0x02546C) is unknown color: approx Blue Lagoon. HEX triplet: 02, 54 and 6C. RGB value is (2,84,108). Sum of RGB (Red+Green+Blue) = 2+84+108=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 84 (33.20% from 255 or 43.30% from 194); Blue value is 108 (42.58% from 255 or 55.67% from 194); Max value from RGB is 108 - color contains mainly: blue. Hex color #02546C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02546C is #FDAB93. Grayscale: #3E3E3E. Windows color (decimal): -16624532 or 7099394. OLE color: 7099394.

HSL color Cylindrical-coordinate representation of color #02546C: hue angle of 193.58º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02546C is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB284108-
CMYK0.980.2200.58
HSL193.58º96.36%21.57%-
HSV(B)193.58º98.15%42.35%-
XYZ5.97.4415.31-
YUV62.22153.8385.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.03%
GREEN value IS 84 (33.20% from 255) = 43.30%
BLUE value IS 108 (42.58% from 255) = 55.67%
R=1.03%
G=43.30%
B=55.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2841080.980.2200.58193.5896.3621.57
Hex2546C621603Ac26016
Octal21241541422607230214026
Binary1010101001101100110001010110011101011000010110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02546C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02546C; }

 p { color: rgb(2,84,108); }

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

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

 a { background-color: rgb(2,84,108); }

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

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

 span { border-color: rgb(2,84,108); }

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