#32505F

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

Shades of Arapawa #32505F

Tints of Arapawa #32505F

Color information

#32505F (or 0x32505F) is unknown color: approx Arapawa. HEX triplet: 32, 50 and 5F. RGB value is (50,80,95). Sum of RGB (Red+Green+Blue) = 50+80+95=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #32505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32505F is #CDAFA0. Grayscale: #484848. Windows color (decimal): -13479841 or 6246450. OLE color: 6246450.

HSL color Cylindrical-coordinate representation of color #32505F: hue angle of 200º 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 #32505F is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB508095-
CMYK0.470.1600.63
HSL200º31.03%28.43%-
HSV(B)200º47.37%37.25%-
XYZ6.257.2411.89-
YUV72.74140.56111.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 80 (31.64% from 255) = 35.56%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=22.22%
G=35.56%
B=42.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5080950.470.1600.6320031.0328.43
Hex32505F2F1003Fc81f1c
Octal6212013757200773103734
Binary11001010100001011111101111100000111111110010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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