#252050

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

Shades of Paua #252050

Tints of Paua #252050

Color information

#252050 (or 0x252050) is unknown color: approx Paua. HEX triplet: 25, 20 and 50. RGB value is (37,32,80). Sum of RGB (Red+Green+Blue) = 37+32+80=149 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.83% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #252050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252050 is #DADFAF. Grayscale: #262626. Windows color (decimal): -14344112 or 5251109. OLE color: 5251109.

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

Color convert

RGB373280-
CMYK0.540.6000.69
HSL246.25º42.86%21.96%-
HSV(B)246.25º60%31.37%-
XYZ2.732.017.83-
YUV38.97151.16126.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.83%
GREEN value IS 32 (12.89% from 255) = 21.48%
BLUE value IS 80 (31.64% from 255) = 53.69%
R=24.83%
G=21.48%
B=53.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3732800.540.6000.69246.2542.8621.96
Hex252050363C045f62b16
Octal4540120667401053665326
Binary1001011000001010000110110111100010001011111011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252050; }

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

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

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

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

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

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

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

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