Html Css Color HEX #314959 Arapawa

📋 copy color: '#314959'

red 49 ◦ green 73 ◦ blue 89

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

Shades of Arapawa #314959

Tints of Arapawa #314959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

 BLUE value IS 89 (35.16% from 255) = 42.18%

R = 23.22%
G = 34.6%
B = 42.18%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#314959 (or 0x314959) is known color: Arapawa. HEX triplet: 31, 49 and 59. RGB value is (49,73,89). Sum of RGB (Red+Green+Blue) = 49+73+89=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 89 (35.16% from 255 or 42.18% from 211); Max value from RGB is 89 - color contains mainly: blue. Hex color #314959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314959 is #CEB6A6. Grayscale: #434343. Windows color (decimal): -13547175 or 5851441. OLE color: 5851441.

HSL color Cylindrical-coordinate representation of color #314959: hue angle of 204º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314959 is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 49 73 89 -
CMYK 0.45 0.18 0 0.65
HSL 204º 0.29% 0.27% -
HSV(B) 204º 0.45% 0.35% -
XYZ 5.45 6.14 10.35 -
YUV 67.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 49 73 89 0.45 0.18 0 0.65 204 0.29 0.27
Hex 31 49 59 2D 12 0 41 CC 1D 1B
Octal 61 111 131 55 22 0 101 314 35 33
Binary 110001 1001001 1011001 101101 10010 0 1000001 11001100 11101 11011

Color Harmonies of #314959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314959

Black with #314959

Text Example


Text Example

White with #314959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314959; }

 p { color: rgb(49,73,89); }

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

background-color css

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

 a { background-color: rgb(49,73,89); }

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

border-color css

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

 span { border-color: rgb(49,73,89); }

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