#252049

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

Shades of Paua #252049

Tints of Paua #252049

Color information

#252049 (or 0x252049) is unknown color: approx Paua. HEX triplet: 25, 20 and 49. RGB value is (37,32,73). Sum of RGB (Red+Green+Blue) = 37+32+73=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #252049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252049 is #DADFB6. Grayscale: #262626. Windows color (decimal): -14344119 or 4792357. OLE color: 4792357.

HSL color Cylindrical-coordinate representation of color #252049: hue angle of 247.32º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252049 is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373273-
CMYK0.490.5600.71
HSL247.32º39.05%20.59%-
HSV(B)247.32º56.16%28.63%-
XYZ2.481.916.54-
YUV38.17147.66127.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 32 (12.89% from 255) = 22.54%
BLUE value IS 73 (28.91% from 255) = 51.41%
R=26.06%
G=22.54%
B=51.41%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3732730.490.5600.71247.3239.0520.59
Hex2520493138047f72715
Octal4540111617001073674725
Binary1001011000001001001110001111000010001111111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252049; }

 p { color: rgb(37,32,73); }

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

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

 a { background-color: rgb(37,32,73); }

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

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

 span { border-color: rgb(37,32,73); }

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