#252453

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

Shades of Paua #252453

Tints of Paua #252453

Color information

#252453 (or 0x252453) is unknown color: approx Paua. HEX triplet: 25, 24 and 53. RGB value is (37,36,83). Sum of RGB (Red+Green+Blue) = 37+36+83=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 36 (14.45% from 255 or 23.08% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #252453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252453 is #DADBAC. Grayscale: #292929. Windows color (decimal): -14343085 or 5448741. OLE color: 5448741.

HSL color Cylindrical-coordinate representation of color #252453: hue angle of 241.28º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #252453 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB373683-
CMYK0.550.5700.67
HSL241.28º39.5%23.33%-
HSV(B)241.28º56.63%32.55%-
XYZ2.962.288.47-
YUV41.66151.33124.68-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 36 (14.45% from 255) = 23.08%
BLUE value IS 83 (32.81% from 255) = 53.21%
R=23.72%
G=23.08%
B=53.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3736830.550.5700.67241.2839.523.33
Hex2524533739043f12717
Octal4544123677101033614727
Binary1001011001001010011110111111001010000111111000110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252453; }

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

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

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

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

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

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

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

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