#314A81

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

Shades of Fun Blue #314A81

Tints of Fun Blue #314A81

Color information

#314A81 (or 0x314A81) is unknown color: approx Fun Blue. HEX triplet: 31, 4A and 81. RGB value is (49,74,129). Sum of RGB (Red+Green+Blue) = 49+74+129=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 74 (29.30% from 255 or 29.37% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #314A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314A81 is #CEB57E. Grayscale: #484848. Windows color (decimal): -13546879 or 8473137. OLE color: 8473137.

HSL color Cylindrical-coordinate representation of color #314A81: hue angle of 221.25º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314A81 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4974129-
CMYK0.620.4300.49
HSL221.25º44.94%34.9%-
HSV(B)221.25º62.02%50.59%-
XYZ7.687.1421.74-
YUV72.8159.72111.03-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 74 (29.30% from 255) = 29.37%
BLUE value IS 129 (50.78% from 255) = 51.19%
R=19.44%
G=29.37%
B=51.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49741290.620.4300.49221.2544.9434.9
Hex314A813E2B031dd2d23
Octal6111220176530613355543
Binary110001100101010000001111110101011011000111011101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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