#025372

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

Shades of Blue Lagoon #025372

Tints of Blue Lagoon #025372

Color information

#025372 (or 0x025372) is unknown color: approx Blue Lagoon. HEX triplet: 02, 53 and 72. RGB value is (2,83,114). Sum of RGB (Red+Green+Blue) = 2+83+114=199 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #025372 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #025372 is #FDAC8D. Grayscale: #3E3E3E. Windows color (decimal): -16624782 or 7492354. OLE color: 7492354.

HSL color Cylindrical-coordinate representation of color #025372: hue angle of 196.61º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025372 is Cyan = 0.98, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB283114-
CMYK0.980.2700.55
HSL196.61º96.55%22.75%-
HSV(B)196.61º98.25%44.71%-
XYZ6.167.4117.03-
YUV62.32157.1684.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.01%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=1.01%
G=41.71%
B=57.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2831140.980.2700.55196.6196.5522.75
Hex25372621B037c56117
Octal21231621423306730514127
Binary1010100111110010110001011011011011111000101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025372; }

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

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

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

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

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

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

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

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