#252153

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

Shades of Paua #252153

Tints of Paua #252153

Color information

#252153 (or 0x252153) is unknown color: approx Paua. HEX triplet: 25, 21 and 53. RGB value is (37,33,83). Sum of RGB (Red+Green+Blue) = 37+33+83=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 33 (13.28% from 255 or 21.57% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #252153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252153 is #DADEAC. Grayscale: #272727. Windows color (decimal): -14343853 or 5447973. OLE color: 5447973.

HSL color Cylindrical-coordinate representation of color #252153: hue angle of 244.8º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #252153 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB373383-
CMYK0.550.6000.67
HSL244.8º43.1%22.75%-
HSV(B)244.8º60.24%32.55%-
XYZ2.872.118.44-
YUV39.9152.33125.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 33 (13.28% from 255) = 21.57%
BLUE value IS 83 (32.81% from 255) = 54.25%
R=24.18%
G=21.57%
B=54.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3733830.550.6000.67244.843.122.75
Hex252153373C043f52b17
Octal4541123677401033655327
Binary1001011000011010011110111111100010000111111010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252153; }

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

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

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

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

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

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

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

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