#252158

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

Shades of Paua #252158

Tints of Paua #252158

Color information

#252158 (or 0x252158) is unknown color: approx Paua. HEX triplet: 25, 21 and 58. RGB value is (37,33,88). Sum of RGB (Red+Green+Blue) = 37+33+88=158 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.42% from 158); Green value is 33 (13.28% from 255 or 20.89% from 158); Blue value is 88 (34.77% from 255 or 55.70% from 158); Max value from RGB is 88 - color contains mainly: blue. Hex color #252158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252158 is #DADEA7. Grayscale: #282828. Windows color (decimal): -14343848 or 5775653. OLE color: 5775653.

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

Color convert

RGB373388-
CMYK0.580.6200.65
HSL244.36º45.45%23.73%-
HSV(B)244.36º62.5%34.51%-
XYZ3.072.199.49-
YUV40.47154.83125.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.42%
GREEN value IS 33 (13.28% from 255) = 20.89%
BLUE value IS 88 (34.77% from 255) = 55.70%
R=23.42%
G=20.89%
B=55.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3733880.580.6200.65244.3645.4523.73
Hex2521583A3E041f42d18
Octal4541130727601013645530
Binary1001011000011011000111010111110010000011111010010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252158; }

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

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

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

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

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

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

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

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