Html Css Color HEX #315160 Arapawa

📋 copy color: '#315160'

red 49 ◦ green 81 ◦ blue 96

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

Shades of Arapawa #315160

Tints of Arapawa #315160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 21.68%
G = 35.84%
B = 42.48%

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

#315160 (or 0x315160) is known color: Arapawa. HEX triplet: 31, 51 and 60. RGB value is (49,81,96). Sum of RGB (Red+Green+Blue) = 49+81+96=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #315160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315160 is #CEAE9F. Grayscale: #494949. Windows color (decimal): -13545120 or 6312241. OLE color: 6312241.

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

Color convert

RGB 49 81 96 -
CMYK 0.49 0.16 0 0.62
HSL 199.15º 0.32% 0.28% -
HSV(B) 199.15º 0.49% 0.38% -
XYZ 6.32 7.38 12.16 -
YUV 73.14 140.9 110.78 -
System Red Green Blue C M Y K H S L
Decimal 49 81 96 0.49 0.16 0 0.62 199.15 0.32 0.28
Hex 31 51 60 31 10 0 3E C7 20 1C
Octal 61 121 140 61 20 0 76 307 40 34
Binary 110001 1010001 1100000 110001 10000 0 111110 11000111 100000 11100

Color Harmonies of #315160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315160

Black with #315160

Text Example


Text Example

White with #315160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315160; }

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

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

background-color css

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

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

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

border-color css

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

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

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