#314E5A

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

Shades of Arapawa #314E5A

Tints of Arapawa #314E5A

Color information

#314E5A (or 0x314E5A) is unknown color: approx Arapawa. HEX triplet: 31, 4E and 5A. RGB value is (49,78,90). Sum of RGB (Red+Green+Blue) = 49+78+90=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 90 - color contains mainly: blue. Hex color #314E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E5A is #CEB1A5. Grayscale: #464646. Windows color (decimal): -13545894 or 5918257. OLE color: 5918257.

HSL color Cylindrical-coordinate representation of color #314E5A: hue angle of 197.56º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #314E5A is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB497890-
CMYK0.460.1300.65
HSL197.56º29.5%27.25%-
HSV(B)197.56º45.56%35.29%-
XYZ5.846.8410.69-
YUV70.7138.89112.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=22.58%
G=35.94%
B=41.47%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4978900.460.1300.65197.5629.527.25
Hex314E5A2ED041c61d1b
Octal61116132561501013063533
Binary11000110011101011010101110110101000001110001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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