#252449

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

Shades of Paua #252449

Tints of Paua #252449

Color information

#252449 (or 0x252449) is unknown color: approx Paua. HEX triplet: 25, 24 and 49. RGB value is (37,36,73). Sum of RGB (Red+Green+Blue) = 37+36+73=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #252449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252449 is #DADBB6. Grayscale: #282828. Windows color (decimal): -14343095 or 4793381. OLE color: 4793381.

HSL color Cylindrical-coordinate representation of color #252449: hue angle of 241.62º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252449 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB373673-
CMYK0.490.5100.71
HSL241.62º33.94%21.37%-
HSV(B)241.62º50.68%28.63%-
XYZ2.62.146.58-
YUV40.52146.33125.49-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 73 (28.91% from 255) = 50%
R=25.34%
G=24.66%
B=50%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3736730.490.5100.71241.6233.9421.37
Hex2524493133047f22215
Octal4544111616301073624225
Binary1001011001001001001110001110011010001111111001010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252449; }

 p { color: rgb(37,36,73); }

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

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

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

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

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

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

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