#314E80

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

Shades of Fun Blue #314E80

Tints of Fun Blue #314E80

Color information

#314E80 (or 0x314E80) is unknown color: approx Fun Blue. HEX triplet: 31, 4E and 80. RGB value is (49,78,128). Sum of RGB (Red+Green+Blue) = 49+78+128=255 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.22% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 128 (50.39% from 255 or 50.20% from 255); Max value from RGB is 128 - color contains mainly: blue. Hex color #314E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314E80 is #CEB17F. Grayscale: #4A4A4A. Windows color (decimal): -13545856 or 8408625. OLE color: 8408625.

HSL color Cylindrical-coordinate representation of color #314E80: hue angle of 217.97º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #314E80 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4978128-
CMYK0.620.3900.50
HSL217.97º44.63%34.71%-
HSV(B)217.97º61.72%50.2%-
XYZ7.897.6621.48-
YUV75.03157.89109.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.22%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 128 (50.39% from 255) = 50.20%
R=19.22%
G=30.59%
B=50.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49781280.620.3900.50217.9744.6334.71
Hex314E803E27032da2d23
Octal6111620076470623325543
Binary110001100111010000000111110100111011001011011010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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