#252248

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

Shades of Paua #252248

Tints of Paua #252248

Color information

#252248 (or 0x252248) is unknown color: approx Paua. HEX triplet: 25, 22 and 48. RGB value is (37,34,72). Sum of RGB (Red+Green+Blue) = 37+34+72=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 72 (28.52% from 255 or 50.35% from 143); Max value from RGB is 72 - color contains mainly: blue. Hex color #252248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252248 is #DADDB7. Grayscale: #272727. Windows color (decimal): -14343608 or 4727333. OLE color: 4727333.

HSL color Cylindrical-coordinate representation of color #252248: hue angle of 244.74º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #252248 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB373472-
CMYK0.490.5300.72
HSL244.74º35.85%20.78%-
HSV(B)244.74º52.78%28.24%-
XYZ2.52.016.39-
YUV39.23146.49126.41-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 34 (13.67% from 255) = 23.78%
BLUE value IS 72 (28.52% from 255) = 50.35%
R=25.87%
G=23.78%
B=50.35%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3734720.490.5300.72244.7435.8520.78
Hex2522483135048f52415
Octal4542110616501103654425
Binary1001011000101001000110001110101010010001111010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252248; }

 p { color: rgb(37,34,72); }

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

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

 a { background-color: rgb(37,34,72); }

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

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

 span { border-color: rgb(37,34,72); }

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