#314C86

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

Shades of Fun Blue #314C86

Tints of Fun Blue #314C86

Color information

#314C86 (or 0x314C86) is unknown color: approx Fun Blue. HEX triplet: 31, 4C and 86. RGB value is (49,76,134). Sum of RGB (Red+Green+Blue) = 49+76+134=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #314C86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314C86 is #CEB379. Grayscale: #4A4A4A. Windows color (decimal): -13546362 or 8801329. OLE color: 8801329.

HSL color Cylindrical-coordinate representation of color #314C86: hue angle of 220.94º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314C86 is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4976134-
CMYK0.630.4300.47
HSL220.94º46.45%35.88%-
HSV(B)220.94º63.43%52.55%-
XYZ8.157.5423.58-
YUV74.54161.55109.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 134 (52.73% from 255) = 51.74%
R=18.92%
G=29.34%
B=51.74%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49761340.630.4300.47220.9446.4535.88
Hex314C863F2B02Fdd2e24
Octal6111420677530573355644
Binary110001100110010000110111111101011010111111011101101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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