Html Css Color HEX #31515F Arapawa

📋 copy color: '#31515F'

red 49 ◦ green 81 ◦ blue 95

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

Shades of Arapawa #31515F

Tints of Arapawa #31515F

RGB

 RED value IS 49 (19.53% from 255) = 21.78%

 GREEN value IS 81 (32.03% from 255) = 36%

 BLUE value IS 95 (37.5% from 255) = 42.22%

R = 21.78%
G = 36%
B = 42.22%

CMYK

 C value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#31515F (or 0x31515F) is known color: Arapawa. HEX triplet: 31, 51 and 5F. RGB value is (49,81,95). Sum of RGB (Red+Green+Blue) = 49+81+95=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #31515F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31515F is #CEAEA0. Grayscale: #484848. Windows color (decimal): -13545121 or 6246705. OLE color: 6246705.

HSL color Cylindrical-coordinate representation of color #31515F: hue angle of 198.26º 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 #31515F is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 49 81 95 -
CMYK 0.48 0.15 0 0.63
HSL 198.26º 0.32% 0.28% -
HSV(B) 198.26º 0.48% 0.37% -
XYZ 6.27 7.36 11.92 -
YUV 73.03 140.4 110.86 -
System Red Green Blue C M Y K H S L
Decimal 49 81 95 0.48 0.15 0 0.63 198.26 0.32 0.28
Hex 31 51 5F 30 F 0 3F C6 20 1C
Octal 61 121 137 60 17 0 77 306 40 34
Binary 110001 1010001 1011111 110000 1111 0 111111 11000110 100000 11100

Color Harmonies of #31515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31515F

Black with #31515F

Text Example


Text Example

White with #31515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #31515F;
 }
 .AnyTagClassName
 {
   color: #31515F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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