#314A77

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

Shades of Fun Blue #314A77

Tints of Fun Blue #314A77

Color information

#314A77 (or 0x314A77) is unknown color: approx Fun Blue. HEX triplet: 31, 4A and 77. RGB value is (49,74,119). Sum of RGB (Red+Green+Blue) = 49+74+119=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 119 (46.88% from 255 or 49.17% from 242); Max value from RGB is 119 - color contains mainly: blue. Hex color #314A77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A77 is #CEB588. Grayscale: #474747. Windows color (decimal): -13546889 or 7817777. OLE color: 7817777.

HSL color Cylindrical-coordinate representation of color #314A77: hue angle of 218.57º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #314A77 is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4974119-
CMYK0.590.3800.53
HSL218.57º41.67%32.94%-
HSV(B)218.57º58.82%46.67%-
XYZ7.056.8818.41-
YUV71.66154.72111.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 119 (46.88% from 255) = 49.17%
R=20.25%
G=30.58%
B=49.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49741190.590.3800.53218.5741.6732.94
Hex314A773B26035db2a21
Octal6111216773460653335241
Binary11000110010101110111111011100110011010111011011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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