#25205E

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

Shades of Paua #25205E

Tints of Paua #25205E

Color information

#25205E (or 0x25205E) is unknown color: approx Paua. HEX triplet: 25, 20 and 5E. RGB value is (37,32,94). Sum of RGB (Red+Green+Blue) = 37+32+94=163 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.70% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #25205E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25205E is #DADFA1. Grayscale: #282828. Windows color (decimal): -14344098 or 6168613. OLE color: 6168613.

HSL color Cylindrical-coordinate representation of color #25205E: hue angle of 244.84º degrees, saturation: 0.49, 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 #25205E is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB373294-
CMYK0.610.6600.63
HSL244.84º49.21%24.71%-
HSV(B)244.84º65.96%36.86%-
XYZ3.32.2310.85-
YUV40.56158.16125.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.70%
GREEN value IS 32 (12.89% from 255) = 19.63%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=22.70%
G=19.63%
B=57.67%

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
Decimal3732940.610.6600.63244.8449.2124.71
Hex25205E3D4203Ff53119
Octal4540136751020773656131
Binary1001011000001011110111101100001001111111111010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25205E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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