#31505F

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

Shades of Arapawa #31505F

Tints of Arapawa #31505F

Color information

#31505F (or 0x31505F) is unknown color: approx Arapawa. HEX triplet: 31, 50 and 5F. RGB value is (49,80,95). Sum of RGB (Red+Green+Blue) = 49+80+95=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 95 (37.5% from 255 or 42.41% from 224); Max value from RGB is 95 - color contains mainly: blue. Hex color #31505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31505F is #CEAFA0. Grayscale: #484848. Windows color (decimal): -13545377 or 6246449. OLE color: 6246449.

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

Color convert

RGB498095-
CMYK0.480.1600.63
HSL199.57º31.94%28.24%-
HSV(B)199.57º48.42%37.25%-
XYZ6.27.2211.89-
YUV72.44140.73111.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 80 (31.64% from 255) = 35.71%
BLUE value IS 95 (37.5% from 255) = 42.41%
R=21.88%
G=35.71%
B=42.41%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4980950.480.1600.63199.5731.9428.24
Hex31505F301003Fc8201c
Octal6112013760200773104034
Binary110001101000010111111100001000001111111100100010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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