#314A59

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

Shades of Arapawa #314A59

Tints of Arapawa #314A59

Color information

#314A59 (or 0x314A59) is unknown color: approx Arapawa. HEX triplet: 31, 4A and 59. RGB value is (49,74,89). Sum of RGB (Red+Green+Blue) = 49+74+89=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #314A59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A59 is #CEB5A6. Grayscale: #444444. Windows color (decimal): -13546919 or 5851697. OLE color: 5851697.

HSL color Cylindrical-coordinate representation of color #314A59: hue angle of 202.5º 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 #314A59 is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB497489-
CMYK0.450.1700.65
HSL202.5º28.99%27.06%-
HSV(B)202.5º44.94%34.9%-
XYZ5.526.2710.37-
YUV68.24139.72114.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 89 (35.16% from 255) = 41.98%
R=23.11%
G=34.91%
B=41.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4974890.450.1700.65202.528.9927.06
Hex314A592D11041ca1d1b
Octal61112131552101013123533
Binary110001100101010110011011011000101000001110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314A59; }

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

 H1.HeaderClassName
 {
   color: #314A59;
 }
 .AnyTagClassName
 {
   color: #314A59;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #314A59;
 }
 .BgClassName
 {
   background-color: #314A59;
 }
</style>
border-color css

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

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

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