#252244

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

Shades of Paua #252244

Tints of Paua #252244

Color information

#252244 (or 0x252244) is unknown color: approx Paua. HEX triplet: 25, 22 and 44. RGB value is (37,34,68). Sum of RGB (Red+Green+Blue) = 37+34+68=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 34 (13.67% from 255 or 24.46% from 139); Blue value is 68 (26.95% from 255 or 48.92% from 139); Max value from RGB is 68 - color contains mainly: blue. Hex color #252244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252244 is #DADDBB. Grayscale: #262626. Windows color (decimal): -14343612 or 4465189. OLE color: 4465189.

HSL color Cylindrical-coordinate representation of color #252244: hue angle of 245.29º degrees, saturation: 0.33, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #252244 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB373468-
CMYK0.460.5000.73
HSL245.29º33.33%20%-
HSV(B)245.29º50%26.67%-
XYZ2.381.955.72-
YUV38.77144.49126.74-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.62%
GREEN value IS 34 (13.67% from 255) = 24.46%
BLUE value IS 68 (26.95% from 255) = 48.92%
R=26.62%
G=24.46%
B=48.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3734680.460.5000.73245.2933.3320
Hex2522442E32049f52114
Octal4542104566201113654124
Binary1001011000101000100101110110010010010011111010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252244; }

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

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

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

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

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

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

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

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