#252052

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

Shades of Paua #252052

Tints of Paua #252052

Color information

#252052 (or 0x252052) is unknown color: approx Paua. HEX triplet: 25, 20 and 52. RGB value is (37,32,82). Sum of RGB (Red+Green+Blue) = 37+32+82=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 82 (32.42% from 255 or 54.30% from 151); Max value from RGB is 82 - color contains mainly: blue. Hex color #252052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252052 is #DADFAD. Grayscale: #272727. Windows color (decimal): -14344110 or 5382181. OLE color: 5382181.

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

Color convert

RGB373282-
CMYK0.550.6100.68
HSL246º43.86%22.35%-
HSV(B)246º60.98%32.16%-
XYZ2.82.048.23-
YUV39.2152.16126.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.50%
GREEN value IS 32 (12.89% from 255) = 21.19%
BLUE value IS 82 (32.42% from 255) = 54.30%
R=24.50%
G=21.19%
B=54.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3732820.550.6100.6824643.8622.35
Hex252052373D044f62c16
Octal4540122677501043665426
Binary1001011000001010010110111111101010001001111011010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252052; }

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

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

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

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

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

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

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

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