#314C5D

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

Shades of Arapawa #314C5D

Tints of Arapawa #314C5D

Color information

#314C5D (or 0x314C5D) is unknown color: approx Arapawa. HEX triplet: 31, 4C and 5D. RGB value is (49,76,93). Sum of RGB (Red+Green+Blue) = 49+76+93=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #314C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C5D is #CEB3A2. Grayscale: #454545. Windows color (decimal): -13546403 or 6114353. OLE color: 6114353.

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

Color convert

RGB497693-
CMYK0.470.1800.64
HSL203.18º30.99%27.84%-
HSV(B)203.18º47.31%36.47%-
XYZ5.836.6111.33-
YUV69.86141.05113.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=22.48%
G=34.86%
B=42.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4976930.470.1800.64203.1830.9927.84
Hex314C5D2F12040cb1f1c
Octal61114135572201003133734
Binary110001100110010111011011111001001000000110010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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