#314959

Color #314959 Arapawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Arapawa #314959

Tints of Arapawa #314959

Color information

#314959 (or 0x314959) is unknown color: approx 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

RGB497389-
CMYK0.450.1800.65
HSL204º28.99%27.06%-
HSV(B)204º44.94%34.9%-
XYZ5.456.1410.35-
YUV67.65140.05114.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 73 (28.91% from 255) = 34.60%
BLUE value IS 89 (35.16% from 255) = 42.18%
R=23.22%
G=34.60%
B=42.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4973890.450.1800.6520428.9927.06
Hex3149592D12041cc1d1b
Octal61111131552201013143533
Binary110001100100110110011011011001001000001110011001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>