#252553

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

Shades of Paua #252553

Tints of Paua #252553

Color information

#252553 (or 0x252553) is unknown color: approx Paua. HEX triplet: 25, 25 and 53. RGB value is (37,37,83). Sum of RGB (Red+Green+Blue) = 37+37+83=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 37 (14.84% from 255 or 23.57% from 157); Blue value is 83 (32.81% from 255 or 52.87% from 157); Max value from RGB is 83 - color contains mainly: blue. Hex color #252553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252553 is #DADAAC. Grayscale: #2A2A2A. Windows color (decimal): -14342829 or 5448997. OLE color: 5448997.

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

Color convert

RGB373783-
CMYK0.550.5500.67
HSL240º38.33%23.53%-
HSV(B)240º55.42%32.55%-
XYZ2.992.348.48-
YUV42.24151124.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 37 (14.84% from 255) = 23.57%
BLUE value IS 83 (32.81% from 255) = 52.87%
R=23.57%
G=23.57%
B=52.87%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3737830.550.5500.6724038.3323.53
Hex2525533737043f02618
Octal4545123676701033604630
Binary1001011001011010011110111110111010000111111000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252553; }

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

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

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

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

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

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

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

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