#32515E

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

Shades of Arapawa #32515E

Tints of Arapawa #32515E

Color information

#32515E (or 0x32515E) is unknown color: approx Arapawa. HEX triplet: 32, 51 and 5E. RGB value is (50,81,94). Sum of RGB (Red+Green+Blue) = 50+81+94=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 94 - color contains mainly: blue. Hex color #32515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32515E is #CDAEA1. Grayscale: #494949. Windows color (decimal): -13479586 or 6181170. OLE color: 6181170.

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

Color convert

RGB508194-
CMYK0.470.1400.63
HSL197.73º30.56%28.24%-
HSV(B)197.73º46.81%36.86%-
XYZ6.287.3711.68-
YUV73.21139.73111.44-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 81 (32.03% from 255) = 36%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=22.22%
G=36%
B=41.78%

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
Decimal5081940.470.1400.63197.7330.5628.24
Hex32515E2FE03Fc61f1c
Octal6212113657160773063734
Binary1100101010001101111010111111100111111110001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32515E; }

 p { color: rgb(50,81,94); }

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

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

 a { background-color: rgb(50,81,94); }

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

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

 span { border-color: rgb(50,81,94); }

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