#252450

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

Shades of Paua #252450

Tints of Paua #252450

Color information

#252450 (or 0x252450) is unknown color: approx Paua. HEX triplet: 25, 24 and 50. RGB value is (37,36,80). Sum of RGB (Red+Green+Blue) = 37+36+80=153 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.18% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #252450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252450 is #DADBAF. Grayscale: #292929. Windows color (decimal): -14343088 or 5252133. OLE color: 5252133.

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

Color convert

RGB373680-
CMYK0.540.5500.69
HSL241.36º37.93%22.75%-
HSV(B)241.36º55%31.37%-
XYZ2.842.237.87-
YUV41.32149.83124.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.18%
GREEN value IS 36 (14.45% from 255) = 23.53%
BLUE value IS 80 (31.64% from 255) = 52.29%
R=24.18%
G=23.53%
B=52.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3736800.540.5500.69241.3637.9322.75
Hex2524503637045f12617
Octal4544120666701053614627
Binary1001011001001010000110110110111010001011111000110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252450; }

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

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

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

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

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

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

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

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