#252245

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

Shades of Paua #252245

Tints of Paua #252245

Color information

#252245 (or 0x252245) is unknown color: approx Paua. HEX triplet: 25, 22 and 45. RGB value is (37,34,69). Sum of RGB (Red+Green+Blue) = 37+34+69=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 69 (27.34% from 255 or 49.29% from 140); Max value from RGB is 69 - color contains mainly: blue. Hex color #252245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252245 is #DADDBA. Grayscale: #262626. Windows color (decimal): -14343611 or 4530725. OLE color: 4530725.

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

Color convert

RGB373469-
CMYK0.460.5100.73
HSL245.14º33.98%20.2%-
HSV(B)245.14º50.72%27.06%-
XYZ2.411.975.88-
YUV38.89144.99126.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.43%
GREEN value IS 34 (13.67% from 255) = 24.29%
BLUE value IS 69 (27.34% from 255) = 49.29%
R=26.43%
G=24.29%
B=49.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3734690.460.5100.73245.1433.9820.2
Hex2522452E33049f52214
Octal4542105566301113654224
Binary1001011000101000101101110110011010010011111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252245; }

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

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

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

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

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

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

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

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