#314D80

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

Shades of Fun Blue #314D80

Tints of Fun Blue #314D80

Color information

#314D80 (or 0x314D80) is unknown color: approx Fun Blue. HEX triplet: 31, 4D and 80. RGB value is (49,77,128). Sum of RGB (Red+Green+Blue) = 49+77+128=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #314D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D80 is #CEB27F. Grayscale: #4A4A4A. Windows color (decimal): -13546112 or 8408369. OLE color: 8408369.

HSL color Cylindrical-coordinate representation of color #314D80: hue angle of 218.73º 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 #314D80 is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4977128-
CMYK0.620.4000.50
HSL218.73º44.63%34.71%-
HSV(B)218.73º61.72%50.2%-
XYZ7.827.5221.46-
YUV74.44158.22109.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.29%
GREEN value IS 77 (30.47% from 255) = 30.31%
BLUE value IS 128 (50.39% from 255) = 50.39%
R=19.29%
G=30.31%
B=50.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49771280.620.4000.50218.7344.6334.71
Hex314D803E28032db2d23
Octal6111520076500623335543
Binary110001100110110000000111110101000011001011011011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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