#252359

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

Shades of Paua #252359

Tints of Paua #252359

Color information

#252359 (or 0x252359) is unknown color: approx Paua. HEX triplet: 25, 23 and 59. RGB value is (37,35,89). Sum of RGB (Red+Green+Blue) = 37+35+89=161 (21% of max value = 765). Red value is 37 (14.84% from 255 or 22.98% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 89 (35.16% from 255 or 55.28% from 161); Max value from RGB is 89 - color contains mainly: blue. Hex color #252359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252359 is #DADCA6. Grayscale: #292929. Windows color (decimal): -14343335 or 5841701. OLE color: 5841701.

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

Color convert

RGB373589-
CMYK0.580.6100.65
HSL242.22º43.55%24.31%-
HSV(B)242.22º60.67%34.9%-
XYZ3.172.329.73-
YUV41.75154.66124.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 22.98%
GREEN value IS 35 (14.06% from 255) = 21.74%
BLUE value IS 89 (35.16% from 255) = 55.28%
R=22.98%
G=21.74%
B=55.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3735890.580.6100.65242.2243.5524.31
Hex2523593A3D041f22c18
Octal4543131727501013625430
Binary1001011000111011001111010111101010000011111001010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252359; }

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

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

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

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

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

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

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

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