#025578

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

Shades of Blue Lagoon #025578

Tints of Blue Lagoon #025578

Color information

#025578 (or 0x025578) is unknown color: approx Blue Lagoon. HEX triplet: 02, 55 and 78. RGB value is (2,85,120). Sum of RGB (Red+Green+Blue) = 2+85+120=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #025578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025578 is #FDAA87. Grayscale: #3F3F3F. Windows color (decimal): -16624264 or 7886082. OLE color: 7886082.

HSL color Cylindrical-coordinate representation of color #025578: hue angle of 197.8º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025578 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB285120-
CMYK0.980.2900.53
HSL197.8º96.72%23.92%-
HSV(B)197.8º98.33%47.06%-
XYZ6.667.8718.94-
YUV64.17159.583.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.97%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 120 (47.27% from 255) = 57.97%
R=0.97%
G=41.06%
B=57.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2851200.980.2900.53197.896.7223.92
Hex25578621D035c66118
Octal21251701423506530614130
Binary1010101011111000110001011101011010111000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025578; }

 p { color: rgb(2,85,120); }

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

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

 a { background-color: rgb(2,85,120); }

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

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

 span { border-color: rgb(2,85,120); }

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