#252157

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

Shades of Paua #252157

Tints of Paua #252157

Color information

#252157 (or 0x252157) is unknown color: approx Paua. HEX triplet: 25, 21 and 57. RGB value is (37,33,87). Sum of RGB (Red+Green+Blue) = 37+33+87=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #252157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252157 is #DADEA8. Grayscale: #282828. Windows color (decimal): -14343849 or 5710117. OLE color: 5710117.

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

Color convert

RGB373387-
CMYK0.570.6200.66
HSL244.44º45%23.53%-
HSV(B)244.44º62.07%34.12%-
XYZ3.032.179.28-
YUV40.35154.33125.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=23.57%
G=21.02%
B=55.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3733870.570.6200.66244.444523.53
Hex252157393E042f42d18
Octal4541127717601023645530
Binary1001011000011010111111001111110010000101111010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252157; }

 p { color: rgb(37,33,87); }

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

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

 a { background-color: rgb(37,33,87); }

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

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

 span { border-color: rgb(37,33,87); }

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