#314D82

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

Shades of Fun Blue #314D82

Tints of Fun Blue #314D82

Color information

#314D82 (or 0x314D82) is unknown color: approx Fun Blue. HEX triplet: 31, 4D and 82. RGB value is (49,77,130). Sum of RGB (Red+Green+Blue) = 49+77+130=256 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.14% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #314D82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314D82 is #CEB27D. Grayscale: #4A4A4A. Windows color (decimal): -13546110 or 8539441. OLE color: 8539441.

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

Color convert

RGB4977130-
CMYK0.620.4100.49
HSL219.26º45.25%35.1%-
HSV(B)219.26º62.31%50.98%-
XYZ7.957.5722.16-
YUV74.67159.22109.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.14%
GREEN value IS 77 (30.47% from 255) = 30.08%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=19.14%
G=30.08%
B=50.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49771300.620.4100.49219.2645.2535.1
Hex314D823E29031db2d23
Octal6111520276510613335543
Binary110001100110110000010111110101001011000111011011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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