#25204D

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

Shades of Paua #25204D

Tints of Paua #25204D

Color information

#25204D (or 0x25204D) is unknown color: approx Paua. HEX triplet: 25, 20 and 4D. RGB value is (37,32,77). Sum of RGB (Red+Green+Blue) = 37+32+77=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 32 (12.89% from 255 or 21.92% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #25204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25204D is #DADFB2. Grayscale: #262626. Windows color (decimal): -14344115 or 5054501. OLE color: 5054501.

HSL color Cylindrical-coordinate representation of color #25204D: hue angle of 246.67º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #25204D is Cyan = 0.52, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB373277-
CMYK0.520.5800.70
HSL246.67º41.28%21.37%-
HSV(B)246.67º58.44%30.2%-
XYZ2.621.967.26-
YUV38.62149.66126.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 32 (12.89% from 255) = 21.92%
BLUE value IS 77 (30.47% from 255) = 52.74%
R=25.34%
G=21.92%
B=52.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3732770.520.5800.70246.6741.2821.37
Hex25204D343A046f72915
Octal4540115647201063675125
Binary1001011000001001101110100111010010001101111011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25204D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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