#32515D

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

Shades of Arapawa #32515D

Tints of Arapawa #32515D

Color information

#32515D (or 0x32515D) is unknown color: approx Arapawa. HEX triplet: 32, 51 and 5D. RGB value is (50,81,93). Sum of RGB (Red+Green+Blue) = 50+81+93=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #32515D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32515D is #CDAEA2. Grayscale: #494949. Windows color (decimal): -13479587 or 6115634. OLE color: 6115634.

HSL color Cylindrical-coordinate representation of color #32515D: hue angle of 196.74º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #32515D is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB508193-
CMYK0.460.1300.64
HSL196.74º30.07%28.04%-
HSV(B)196.74º46.24%36.47%-
XYZ6.237.3511.45-
YUV73.1139.23111.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=22.32%
G=36.16%
B=41.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5081930.460.1300.64196.7430.0728.04
Hex32515D2ED040c51e1c
Octal62121135561501003053634
Binary11001010100011011101101110110101000000110001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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