#31515E

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

Shades of Arapawa #31515E

Tints of Arapawa #31515E

Color information

#31515E (or 0x31515E) is unknown color: approx Arapawa. HEX triplet: 31, 51 and 5E. RGB value is (49,81,94). Sum of RGB (Red+Green+Blue) = 49+81+94=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #31515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31515E is #CEAEA1. Grayscale: #484848. Windows color (decimal): -13545122 or 6181169. OLE color: 6181169.

HSL color Cylindrical-coordinate representation of color #31515E: 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.48%. Process color model (Four color, CMYK) of #31515E is Cyan = 0.48, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB498194-
CMYK0.480.1400.63
HSL197.33º31.47%28.04%-
HSV(B)197.33º47.87%36.86%-
XYZ6.237.3511.68-
YUV72.91139.9110.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 81 (32.03% from 255) = 36.16%
BLUE value IS 94 (37.11% from 255) = 41.96%
R=21.88%
G=36.16%
B=41.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4981940.480.1400.63197.3331.4728.04
Hex31515E30E03Fc51f1c
Octal6112113660160773053734
Binary1100011010001101111011000011100111111110001011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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