#252053

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

Shades of Paua #252053

Tints of Paua #252053

Color information

#252053 (or 0x252053) is unknown color: approx Paua. HEX triplet: 25, 20 and 53. RGB value is (37,32,83). Sum of RGB (Red+Green+Blue) = 37+32+83=152 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.34% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #252053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252053 is #DADFAC. Grayscale: #272727. Windows color (decimal): -14344109 or 5447717. OLE color: 5447717.

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

Color convert

RGB373283-
CMYK0.550.6100.67
HSL245.88º44.35%22.55%-
HSV(B)245.88º61.45%32.55%-
XYZ2.842.058.43-
YUV39.31152.66126.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.34%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 83 (32.81% from 255) = 54.61%
R=24.34%
G=21.05%
B=54.61%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3732830.550.6100.67245.8844.3522.55
Hex252053373D043f62c17
Octal4540123677501033665427
Binary1001011000001010011110111111101010000111111011010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252053; }

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

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

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

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

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

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

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

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