#252148

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

Shades of Paua #252148

Tints of Paua #252148

Color information

#252148 (or 0x252148) is unknown color: approx Paua. HEX triplet: 25, 21 and 48. RGB value is (37,33,72). Sum of RGB (Red+Green+Blue) = 37+33+72=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 72 (28.52% from 255 or 50.70% from 142); Max value from RGB is 72 - color contains mainly: blue. Hex color #252148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252148 is #DADEB7. Grayscale: #262626. Windows color (decimal): -14343864 or 4727077. OLE color: 4727077.

HSL color Cylindrical-coordinate representation of color #252148: hue angle of 246.15º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #252148 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB373372-
CMYK0.490.5400.72
HSL246.15º37.14%20.59%-
HSV(B)246.15º54.17%28.24%-
XYZ2.481.956.38-
YUV38.64146.83126.83-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.06%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 72 (28.52% from 255) = 50.70%
R=26.06%
G=23.24%
B=50.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3733720.490.5400.72246.1537.1420.59
Hex2521483136048f62515
Octal4541110616601103664525
Binary1001011000011001000110001110110010010001111011010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252148; }

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

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

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

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

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

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

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

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