#252247

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

Shades of Paua #252247

Tints of Paua #252247

Color information

#252247 (or 0x252247) is unknown color: approx Paua. HEX triplet: 25, 22 and 47. RGB value is (37,34,71). Sum of RGB (Red+Green+Blue) = 37+34+71=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #252247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252247 is #DADDB8. Grayscale: #262626. Windows color (decimal): -14343609 or 4661797. OLE color: 4661797.

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

Color convert

RGB373471-
CMYK0.480.5200.72
HSL244.86º35.24%20.59%-
HSV(B)244.86º52.11%27.84%-
XYZ2.471.996.22-
YUV39.11145.99126.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 71 (28.12% from 255) = 50%
R=26.06%
G=23.94%
B=50%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3734710.480.5200.72244.8635.2420.59
Hex2522473034048f52315
Octal4542107606401103654325
Binary1001011000101000111110000110100010010001111010110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252247; }

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

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

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

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

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

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

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

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