#314E5F

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

Shades of Arapawa #314E5F

Tints of Arapawa #314E5F

Color information

#314E5F (or 0x314E5F) is unknown color: approx Arapawa. HEX triplet: 31, 4E and 5F. RGB value is (49,78,95). Sum of RGB (Red+Green+Blue) = 49+78+95=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 95 - color contains mainly: blue. Hex color #314E5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E5F is #CEB1A0. Grayscale: #474747. Windows color (decimal): -13545889 or 6245937. OLE color: 6245937.

HSL color Cylindrical-coordinate representation of color #314E5F: hue angle of 202.17º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #314E5F is Cyan = 0.48, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB497895-
CMYK0.480.1800.63
HSL202.17º31.94%28.24%-
HSV(B)202.17º48.42%37.25%-
XYZ6.066.9311.84-
YUV71.27141.39112.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=22.07%
G=35.14%
B=42.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4978950.480.1800.63202.1731.9428.24
Hex314E5F301203Fca201c
Octal6111613760220773124034
Binary110001100111010111111100001001001111111100101010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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