#32525F

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

Shades of Arapawa #32525F

Tints of Arapawa #32525F

Color information

#32525F (or 0x32525F) is unknown color: approx Arapawa. HEX triplet: 32, 52 and 5F. RGB value is (50,82,95). Sum of RGB (Red+Green+Blue) = 50+82+95=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 82 (32.42% from 255 or 36.12% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #32525F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32525F is #CDADA0. Grayscale: #494949. Windows color (decimal): -13479329 or 6246962. OLE color: 6246962.

HSL color Cylindrical-coordinate representation of color #32525F: hue angle of 197.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #32525F is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB508295-
CMYK0.470.1400.63
HSL197.33º31.03%28.43%-
HSV(B)197.33º47.37%37.25%-
XYZ6.47.5411.94-
YUV73.91139.9110.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 82 (32.42% from 255) = 36.12%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=22.03%
G=36.12%
B=41.85%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5082950.470.1400.63197.3331.0328.43
Hex32525F2FE03Fc51f1c
Octal6212213757160773053734
Binary1100101010010101111110111111100111111110001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32525F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32525F; }

 p { color: rgb(50,82,95); }

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

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

 a { background-color: rgb(50,82,95); }

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

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

 span { border-color: rgb(50,82,95); }

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