#25204B

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

Shades of Paua #25204B

Tints of Paua #25204B

Color information

#25204B (or 0x25204B) is unknown color: approx Paua. HEX triplet: 25, 20 and 4B. RGB value is (37,32,75). Sum of RGB (Red+Green+Blue) = 37+32+75=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 75 (29.69% from 255 or 52.08% from 144); Max value from RGB is 75 - color contains mainly: blue. Hex color #25204B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25204B is #DADFB4. Grayscale: #262626. Windows color (decimal): -14344117 or 4923429. OLE color: 4923429.

HSL color Cylindrical-coordinate representation of color #25204B: hue angle of 246.98º 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 #25204B is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373275-
CMYK0.510.5700.71
HSL246.98º40.19%20.98%-
HSV(B)246.98º57.33%29.41%-
XYZ2.551.936.9-
YUV38.4148.66127-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.69%
GREEN value IS 32 (12.89% from 255) = 22.22%
BLUE value IS 75 (29.69% from 255) = 52.08%
R=25.69%
G=22.22%
B=52.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3732750.510.5700.71246.9840.1920.98
Hex25204B3339047f72815
Octal4540113637101073675025
Binary1001011000001001011110011111001010001111111011110100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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