#314A56

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

Shades of Arapawa #314A56

Tints of Arapawa #314A56

Color information

#314A56 (or 0x314A56) is unknown color: approx Arapawa. HEX triplet: 31, 4A and 56. RGB value is (49,74,86). Sum of RGB (Red+Green+Blue) = 49+74+86=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 86 (33.98% from 255 or 41.15% from 209); Max value from RGB is 86 - color contains mainly: blue. Hex color #314A56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A56 is #CEB5A9. Grayscale: #434343. Windows color (decimal): -13546922 or 5655089. OLE color: 5655089.

HSL color Cylindrical-coordinate representation of color #314A56: hue angle of 199.46º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #314A56 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB497486-
CMYK0.430.1400.66
HSL199.46º27.41%26.47%-
HSV(B)199.46º43.02%33.73%-
XYZ5.46.229.72-
YUV67.89138.22114.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.44%
GREEN value IS 74 (29.30% from 255) = 35.41%
BLUE value IS 86 (33.98% from 255) = 41.15%
R=23.44%
G=35.41%
B=41.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4974860.430.1400.66199.4627.4126.47
Hex314A562BE042c71b1a
Octal61112126531601023073332
Binary11000110010101010110101011111001000010110001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,74,86); }

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

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

 a { background-color: rgb(49,74,86); }

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

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

 span { border-color: rgb(49,74,86); }

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