#314F5D

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

Shades of Arapawa #314F5D

Tints of Arapawa #314F5D

Color information

#314F5D (or 0x314F5D) is unknown color: approx Arapawa. HEX triplet: 31, 4F and 5D. RGB value is (49,79,93). Sum of RGB (Red+Green+Blue) = 49+79+93=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #314F5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F5D is #CEB0A2. Grayscale: #474747. Windows color (decimal): -13545635 or 6115121. OLE color: 6115121.

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

Color convert

RGB497993-
CMYK0.470.1500.64
HSL199.09º30.99%27.84%-
HSV(B)199.09º47.31%36.47%-
XYZ6.047.0411.4-
YUV71.63140.06111.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 79 (31.25% from 255) = 35.75%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=22.17%
G=35.75%
B=42.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4979930.470.1500.64199.0930.9927.84
Hex314F5D2FF040c71f1c
Octal61117135571701003073734
Binary11000110011111011101101111111101000000110001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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