#314E5B

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

Shades of Arapawa #314E5B

Tints of Arapawa #314E5B

Color information

#314E5B (or 0x314E5B) is unknown color: approx Arapawa. HEX triplet: 31, 4E and 5B. RGB value is (49,78,91). Sum of RGB (Red+Green+Blue) = 49+78+91=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 91 - color contains mainly: blue. Hex color #314E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E5B is #CEB1A4. Grayscale: #464646. Windows color (decimal): -13545893 or 5983793. OLE color: 5983793.

HSL color Cylindrical-coordinate representation of color #314E5B: hue angle of 198.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #314E5B is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497891-
CMYK0.460.1400.64
HSL198.57º30%27.45%-
HSV(B)198.57º46.15%35.69%-
XYZ5.886.8610.91-
YUV70.81139.39112.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 91 (35.94% from 255) = 41.74%
R=22.48%
G=35.78%
B=41.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4978910.460.1400.64198.573027.45
Hex314E5B2EE040c71e1b
Octal61116133561601003073633
Binary11000110011101011011101110111001000000110001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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