#25204A

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

Shades of Paua #25204A

Tints of Paua #25204A

Color information

#25204A (or 0x25204A) is unknown color: approx Paua. HEX triplet: 25, 20 and 4A. RGB value is (37,32,74). Sum of RGB (Red+Green+Blue) = 37+32+74=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 74 (29.30% from 255 or 51.75% from 143); Max value from RGB is 74 - color contains mainly: blue. Hex color #25204A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25204A is #DADFB5. Grayscale: #262626. Windows color (decimal): -14344118 or 4857893. OLE color: 4857893.

HSL color Cylindrical-coordinate representation of color #25204A: hue angle of 247.14º degrees, saturation: 0.4, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25204A is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373274-
CMYK0.500.5700.71
HSL247.14º39.62%20.78%-
HSV(B)247.14º56.76%29.02%-
XYZ2.521.926.72-
YUV38.28148.16127.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 32 (12.89% from 255) = 22.38%
BLUE value IS 74 (29.30% from 255) = 51.75%
R=25.87%
G=22.38%
B=51.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3732740.500.5700.71247.1439.6220.78
Hex25204A3239047f72815
Octal4540112627101073675025
Binary1001011000001001010110010111001010001111111011110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25204A; }

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

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

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

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

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

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

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

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