#252259

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

Shades of Paua #252259

Tints of Paua #252259

Color information

#252259 (or 0x252259) is unknown color: approx Paua. HEX triplet: 25, 22 and 59. RGB value is (37,34,89). Sum of RGB (Red+Green+Blue) = 37+34+89=160 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.12% from 160); Green value is 34 (13.67% from 255 or 21.25% from 160); Blue value is 89 (35.16% from 255 or 55.62% from 160); Max value from RGB is 89 - color contains mainly: blue. Hex color #252259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252259 is #DADDA6. Grayscale: #282828. Windows color (decimal): -14343591 or 5841445. OLE color: 5841445.

HSL color Cylindrical-coordinate representation of color #252259: hue angle of 243.27º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #252259 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB373489-
CMYK0.580.6200.65
HSL243.27º44.72%24.12%-
HSV(B)243.27º61.8%34.9%-
XYZ3.142.269.72-
YUV41.17154.99125.03-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.12%
GREEN value IS 34 (13.67% from 255) = 21.25%
BLUE value IS 89 (35.16% from 255) = 55.62%
R=23.12%
G=21.25%
B=55.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3734890.580.6200.65243.2744.7224.12
Hex2522593A3E041f32d18
Octal4542131727601013635530
Binary1001011000101011001111010111110010000011111001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252259; }

 p { color: rgb(37,34,89); }

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

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

 a { background-color: rgb(37,34,89); }

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

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

 span { border-color: rgb(37,34,89); }

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