#252154

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

Shades of Paua #252154

Tints of Paua #252154

Color information

#252154 (or 0x252154) is unknown color: approx Paua. HEX triplet: 25, 21 and 54. RGB value is (37,33,84). Sum of RGB (Red+Green+Blue) = 37+33+84=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #252154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252154 is #DADEAB. Grayscale: #272727. Windows color (decimal): -14343852 or 5513509. OLE color: 5513509.

HSL color Cylindrical-coordinate representation of color #252154: hue angle of 244.71º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #252154 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB373384-
CMYK0.560.6100.67
HSL244.71º43.59%22.94%-
HSV(B)244.71º60.71%32.94%-
XYZ2.912.128.64-
YUV40.01152.83125.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 33 (13.28% from 255) = 21.43%
BLUE value IS 84 (33.20% from 255) = 54.55%
R=24.03%
G=21.43%
B=54.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3733840.560.6100.67244.7143.5922.94
Hex252154383D043f52c17
Octal4541124707501033655427
Binary1001011000011010100111000111101010000111111010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252154; }

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

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

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

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

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

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

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

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