Html Css Color HEX #31515E Arapawa

📋 copy color: '#31515E'

red 49 ◦ green 81 ◦ blue 94

#31515E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Arapawa #31515E

Tints of Arapawa #31515E

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 value IS 0.48

 M value IS 0.14

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31515E (or 0x31515E) is known color: 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

RGB 49 81 94 -
CMYK 0.48 0.14 0 0.63
HSL 197.33º 0.31% 0.28% -
HSV(B) 197.33º 0.48% 0.37% -
XYZ 6.23 7.35 11.68 -
YUV 72.91 139.9 110.94 -
System Red Green Blue C M Y K H S L
Decimal 49 81 94 0.48 0.14 0 0.63 197.33 0.31 0.28
Hex 31 51 5E 30 E 0 3F C5 1F 1C
Octal 61 121 136 60 16 0 77 305 37 34
Binary 110001 1010001 1011110 110000 1110 0 111111 11000101 11111 11100

Color Harmonies of #31515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31515E

Black with #31515E

Text Example


Text Example

White with #31515E

Text Example


Text Example

HTML Codes & Css Web 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>