#025462

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

Shades of Blue Lagoon #025462

Tints of Blue Lagoon #025462

Color information

#025462 (or 0x025462) is unknown color: approx Blue Lagoon. HEX triplet: 02, 54 and 62. RGB value is (2,84,98). Sum of RGB (Red+Green+Blue) = 2+84+98=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 98 (38.67% from 255 or 53.26% from 184); Max value from RGB is 98 - color contains mainly: blue. Hex color #025462 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025462 is #FDAB9D. Grayscale: #3C3C3C. Windows color (decimal): -16624542 or 6444034. OLE color: 6444034.

HSL color Cylindrical-coordinate representation of color #025462: hue angle of 188.75º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025462 is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB28498-
CMYK0.980.1400.62
HSL188.75º96%19.61%-
HSV(B)188.75º97.96%38.43%-
XYZ5.47.2412.67-
YUV61.08148.8385.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.09%
GREEN value IS 84 (33.20% from 255) = 45.65%
BLUE value IS 98 (38.67% from 255) = 53.26%
R=1.09%
G=45.65%
B=53.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal284980.980.1400.62188.759619.61
Hex2546262E03Ebd6014
Octal21241421421607627514024
Binary101010100110001011000101110011111010111101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025462; }

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

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

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

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

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

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

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

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