#314C77

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

Shades of Fun Blue #314C77

Tints of Fun Blue #314C77

Color information

#314C77 (or 0x314C77) is unknown color: approx Fun Blue. HEX triplet: 31, 4C and 77. RGB value is (49,76,119). Sum of RGB (Red+Green+Blue) = 49+76+119=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 119 (46.88% from 255 or 48.77% from 244); Max value from RGB is 119 - color contains mainly: blue. Hex color #314C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C77 is #CEB388. Grayscale: #484848. Windows color (decimal): -13546377 or 7818289. OLE color: 7818289.

HSL color Cylindrical-coordinate representation of color #314C77: hue angle of 216.86º 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 #314C77 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4976119-
CMYK0.590.3600.53
HSL216.86º41.67%32.94%-
HSV(B)216.86º58.82%46.67%-
XYZ7.187.1518.46-
YUV72.83154.05111-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.08%
GREEN value IS 76 (30.08% from 255) = 31.15%
BLUE value IS 119 (46.88% from 255) = 48.77%
R=20.08%
G=31.15%
B=48.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49761190.590.3600.53216.8641.6732.94
Hex314C773B24035d92a21
Octal6111416773440653315241
Binary11000110011001110111111011100100011010111011001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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