#252550

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

Shades of Paua #252550

Tints of Paua #252550

Color information

#252550 (or 0x252550) is unknown color: approx Paua. HEX triplet: 25, 25 and 50. RGB value is (37,37,80). Sum of RGB (Red+Green+Blue) = 37+37+80=154 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.03% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #252550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252550 is #DADAAF. Grayscale: #292929. Windows color (decimal): -14342832 or 5252389. OLE color: 5252389.

HSL color Cylindrical-coordinate representation of color #252550: hue angle of 240º degrees, saturation: 0.37, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252550 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB373780-
CMYK0.540.5400.69
HSL240º36.75%22.94%-
HSV(B)240º53.75%31.37%-
XYZ2.872.37.88-
YUV41.9149.5124.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.03%
GREEN value IS 37 (14.84% from 255) = 24.03%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=24.03%
G=24.03%
B=51.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3737800.540.5400.6924036.7522.94
Hex2525503636045f02517
Octal4545120666601053604527
Binary1001011001011010000110110110110010001011111000010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252550; }

 p { color: rgb(37,37,80); }

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

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

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

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

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

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

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