#314E84

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

Shades of Fun Blue #314E84

Tints of Fun Blue #314E84

Color information

#314E84 (or 0x314E84) is unknown color: approx Fun Blue. HEX triplet: 31, 4E and 84. RGB value is (49,78,132). Sum of RGB (Red+Green+Blue) = 49+78+132=259 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.92% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 132 (51.95% from 255 or 50.97% from 259); Max value from RGB is 132 - color contains mainly: blue. Hex color #314E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E84 is #CEB17B. Grayscale: #4B4B4B. Windows color (decimal): -13545852 or 8670769. OLE color: 8670769.

HSL color Cylindrical-coordinate representation of color #314E84: hue angle of 219.04º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314E84 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4978132-
CMYK0.630.4100.48
HSL219.04º45.86%35.49%-
HSV(B)219.04º62.88%51.76%-
XYZ8.167.7722.9-
YUV75.48159.89109.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.92%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 132 (51.95% from 255) = 50.97%
R=18.92%
G=30.12%
B=50.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49781320.630.4100.48219.0445.8635.49
Hex314E843F29030db2e23
Octal6111620477510603335643
Binary110001100111010000100111111101001011000011011011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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