#314A71

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

Shades of Fun Blue #314A71

Tints of Fun Blue #314A71

Color information

#314A71 (or 0x314A71) is unknown color: approx Fun Blue. HEX triplet: 31, 4A and 71. RGB value is (49,74,113). Sum of RGB (Red+Green+Blue) = 49+74+113=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 113 (44.53% from 255 or 47.88% from 236); Max value from RGB is 113 - color contains mainly: blue. Hex color #314A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A71 is #CEB58E. Grayscale: #464646. Windows color (decimal): -13546895 or 7424561. OLE color: 7424561.

HSL color Cylindrical-coordinate representation of color #314A71: hue angle of 216.56º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314A71 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4974113-
CMYK0.570.3500.56
HSL216.56º39.51%31.76%-
HSV(B)216.56º56.64%44.31%-
XYZ6.76.7416.57-
YUV70.97151.72112.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 74 (29.30% from 255) = 31.36%
BLUE value IS 113 (44.53% from 255) = 47.88%
R=20.76%
G=31.36%
B=47.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49741130.570.3500.56216.5639.5131.76
Hex314A713923038d92820
Octal6111216171430703315040
Binary11000110010101110001111001100011011100011011001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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