#314E5D

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

Shades of Arapawa #314E5D

Tints of Arapawa #314E5D

Color information

#314E5D (or 0x314E5D) is unknown color: approx Arapawa. HEX triplet: 31, 4E and 5D. RGB value is (49,78,93). Sum of RGB (Red+Green+Blue) = 49+78+93=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #314E5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E5D is #CEB1A2. Grayscale: #464646. Windows color (decimal): -13545891 or 6114865. OLE color: 6114865.

HSL color Cylindrical-coordinate representation of color #314E5D: hue angle of 200.45º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #314E5D is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497893-
CMYK0.470.1600.64
HSL200.45º30.99%27.84%-
HSV(B)200.45º47.31%36.47%-
XYZ5.976.8911.37-
YUV71.04140.39112.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=22.27%
G=35.45%
B=42.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4978930.470.1600.64200.4530.9927.84
Hex314E5D2F10040c81f1c
Octal61116135572001003103734
Binary110001100111010111011011111000001000000110010001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,78,93); }

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

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

 a { background-color: rgb(49,78,93); }

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

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

 span { border-color: rgb(49,78,93); }

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