#314D5D

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

Shades of Arapawa #314D5D

Tints of Arapawa #314D5D

Color information

#314D5D (or 0x314D5D) is unknown color: approx Arapawa. HEX triplet: 31, 4D and 5D. RGB value is (49,77,93). Sum of RGB (Red+Green+Blue) = 49+77+93=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 77 (30.47% from 255 or 35.16% from 219); Blue value is 93 (36.72% from 255 or 42.47% from 219); Max value from RGB is 93 - color contains mainly: blue. Hex color #314D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D5D is #CEB2A2. Grayscale: #464646. Windows color (decimal): -13546147 or 6114609. OLE color: 6114609.

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

Color convert

RGB497793-
CMYK0.470.1700.64
HSL201.82º30.99%27.84%-
HSV(B)201.82º47.31%36.47%-
XYZ5.96.7511.35-
YUV70.45140.72112.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 77 (30.47% from 255) = 35.16%
BLUE value IS 93 (36.72% from 255) = 42.47%
R=22.37%
G=35.16%
B=42.47%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4977930.470.1700.64201.8230.9927.84
Hex314D5D2F11040ca1f1c
Octal61115135572101003123734
Binary110001100110110111011011111000101000000110010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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