#25205C

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

Shades of Paua #25205C

Tints of Paua #25205C

Color information

#25205C (or 0x25205C) is unknown color: approx Paua. HEX triplet: 25, 20 and 5C. RGB value is (37,32,92). Sum of RGB (Red+Green+Blue) = 37+32+92=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 92 (36.33% from 255 or 57.14% from 161); Max value from RGB is 92 - color contains mainly: blue. Hex color #25205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #25205C is #DADFA3. Grayscale: #282828. Windows color (decimal): -14344100 or 6037541. OLE color: 6037541.

HSL color Cylindrical-coordinate representation of color #25205C: hue angle of 245º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #25205C is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB373292-
CMYK0.600.6500.64
HSL245º48.39%24.31%-
HSV(B)245º65.22%36.08%-
XYZ3.212.210.38-
YUV40.33157.16125.62-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 92 (36.33% from 255) = 57.14%
R=22.98%
G=19.88%
B=57.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3732920.600.6500.6424548.3924.31
Hex25205C3C41040f53018
Octal45401347410101003656030
Binary10010110000010111001111001000001010000001111010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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