#314E87

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

Shades of Fun Blue #314E87

Tints of Fun Blue #314E87

Color information

#314E87 (or 0x314E87) is unknown color: approx Fun Blue. HEX triplet: 31, 4E and 87. RGB value is (49,78,135). Sum of RGB (Red+Green+Blue) = 49+78+135=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #314E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E87 is #CEB178. Grayscale: #4B4B4B. Windows color (decimal): -13545849 or 8867377. OLE color: 8867377.

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

Color convert

RGB4978135-
CMYK0.640.4200.47
HSL219.77º46.74%36.08%-
HSV(B)219.77º63.7%52.94%-
XYZ8.367.8524-
YUV75.83161.39108.87-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.70%
GREEN value IS 78 (30.86% from 255) = 29.77%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=18.70%
G=29.77%
B=51.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal49781350.640.4200.47219.7746.7436.08
Hex314E87402A02Fdc2f24
Octal61116207100520573345744
Binary1100011001110100001111000000101010010111111011100101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,78,135); }

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

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

 a { background-color: rgb(49,78,135); }

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

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

 span { border-color: rgb(49,78,135); }

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