#252056

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

Shades of Paua #252056

Tints of Paua #252056

Color information

#252056 (or 0x252056) is unknown color: approx Paua. HEX triplet: 25, 20 and 56. RGB value is (37,32,86). Sum of RGB (Red+Green+Blue) = 37+32+86=155 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.87% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 86 (33.98% from 255 or 55.48% from 155); Max value from RGB is 86 - color contains mainly: blue. Hex color #252056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252056 is #DADFA9. Grayscale: #272727. Windows color (decimal): -14344106 or 5644325. OLE color: 5644325.

HSL color Cylindrical-coordinate representation of color #252056: hue angle of 245.56º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #252056 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB373286-
CMYK0.570.6300.66
HSL245.56º45.76%23.14%-
HSV(B)245.56º62.79%33.73%-
XYZ2.962.19.05-
YUV39.65154.16126.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.87%
GREEN value IS 32 (12.89% from 255) = 20.65%
BLUE value IS 86 (33.98% from 255) = 55.48%
R=23.87%
G=20.65%
B=55.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3732860.570.6300.66245.5645.7623.14
Hex252056393F042f62e17
Octal4540126717701023665627
Binary1001011000001010110111001111111010000101111011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252056; }

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

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

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

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

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

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

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

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