#252150

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

Shades of Paua #252150

Tints of Paua #252150

Color information

#252150 (or 0x252150) is unknown color: approx Paua. HEX triplet: 25, 21 and 50. RGB value is (37,33,80). Sum of RGB (Red+Green+Blue) = 37+33+80=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 33 (13.28% from 255 or 22% from 150); Blue value is 80 (31.64% from 255 or 53.33% from 150); Max value from RGB is 80 - color contains mainly: blue. Hex color #252150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252150 is #DADEAF. Grayscale: #272727. Windows color (decimal): -14343856 or 5251365. OLE color: 5251365.

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

Color convert

RGB373380-
CMYK0.540.5900.69
HSL245.11º41.59%22.16%-
HSV(B)245.11º58.75%31.37%-
XYZ2.752.067.84-
YUV39.55150.83126.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 33 (13.28% from 255) = 22%
BLUE value IS 80 (31.64% from 255) = 53.33%
R=24.67%
G=22%
B=53.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3733800.540.5900.69245.1141.5922.16
Hex252150363B045f52a16
Octal4541120667301053655226
Binary1001011000011010000110110111011010001011111010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252150; }

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

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

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

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

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

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

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

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