Html Css Color HEX #315161 Arapawa

📋 copy color: '#315161'

red 49 ◦ green 81 ◦ blue 97

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

Shades of Arapawa #315161

Tints of Arapawa #315161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.73%

R = 21.59%
G = 35.68%
B = 42.73%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#315161 (or 0x315161) is known color: Arapawa. HEX triplet: 31, 51 and 61. RGB value is (49,81,97). Sum of RGB (Red+Green+Blue) = 49+81+97=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #315161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315161 is #CEAE9E. Grayscale: #494949. Windows color (decimal): -13545119 or 6377777. OLE color: 6377777.

HSL color Cylindrical-coordinate representation of color #315161: hue angle of 200º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315161 is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 81 97 -
CMYK 0.49 0.16 0 0.62
HSL 200º 0.33% 0.29% -
HSV(B) 200º 0.49% 0.38% -
XYZ 6.37 7.4 12.4 -
YUV 73.26 141.4 110.7 -
System Red Green Blue C M Y K H S L
Decimal 49 81 97 0.49 0.16 0 0.62 200 0.33 0.29
Hex 31 51 61 31 10 0 3E C8 21 1D
Octal 61 121 141 61 20 0 76 310 41 35
Binary 110001 1010001 1100001 110001 10000 0 111110 11001000 100001 11101

Color Harmonies of #315161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315161

Black with #315161

Text Example


Text Example

White with #315161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315161; }

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

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

background-color css

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

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

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

border-color css

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

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

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