#25205F

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

Shades of Paua #25205F

Tints of Paua #25205F

Color information

#25205F (or 0x25205F) is unknown color: approx Paua. HEX triplet: 25, 20 and 5F. RGB value is (37,32,95). Sum of RGB (Red+Green+Blue) = 37+32+95=164 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.56% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 95 (37.5% from 255 or 57.93% from 164); Max value from RGB is 95 - color contains mainly: blue. Hex color #25205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25205F is #DADFA0. Grayscale: #282828. Windows color (decimal): -14344097 or 6234149. OLE color: 6234149.

HSL color Cylindrical-coordinate representation of color #25205F: hue angle of 244.76º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25205F is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB373295-
CMYK0.610.6600.63
HSL244.76º49.61%24.9%-
HSV(B)244.76º66.32%37.25%-
XYZ3.352.2511.08-
YUV40.68158.66125.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.56%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 95 (37.5% from 255) = 57.93%
R=22.56%
G=19.51%
B=57.93%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3732950.610.6600.63244.7649.6124.9
Hex25205F3D4203Ff53219
Octal4540137751020773656231
Binary1001011000001011111111101100001001111111111010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25205F; }

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

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

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

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

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

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

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

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