#252144

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

Shades of Paua #252144

Tints of Paua #252144

Color information

#252144 (or 0x252144) is unknown color: approx Paua. HEX triplet: 25, 21 and 44. RGB value is (37,33,68). Sum of RGB (Red+Green+Blue) = 37+33+68=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #252144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252144 is #DADEBB. Grayscale: #262626. Windows color (decimal): -14343868 or 4464933. OLE color: 4464933.

HSL color Cylindrical-coordinate representation of color #252144: hue angle of 246.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252144 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB373368-
CMYK0.460.5100.73
HSL246.86º34.65%19.8%-
HSV(B)246.86º51.47%26.67%-
XYZ2.351.95.71-
YUV38.19144.83127.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.81%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 68 (26.95% from 255) = 49.28%
R=26.81%
G=23.91%
B=49.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3733680.460.5100.73246.8634.6519.8
Hex2521442E33049f72314
Octal4541104566301113674324
Binary1001011000011000100101110110011010010011111011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252144; }

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

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

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

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

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

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

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

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