#314D78

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

Shades of Fun Blue #314D78

Tints of Fun Blue #314D78

Color information

#314D78 (or 0x314D78) is unknown color: approx Fun Blue. HEX triplet: 31, 4D and 78. RGB value is (49,77,120). Sum of RGB (Red+Green+Blue) = 49+77+120=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 77 (30.47% from 255 or 31.30% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #314D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D78 is #CEB287. Grayscale: #494949. Windows color (decimal): -13546120 or 7884081. OLE color: 7884081.

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

Color convert

RGB4977120-
CMYK0.590.3600.53
HSL216.34º42.01%33.14%-
HSV(B)216.34º59.17%47.06%-
XYZ7.317.3218.8-
YUV73.53154.22110.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 77 (30.47% from 255) = 31.30%
BLUE value IS 120 (47.27% from 255) = 48.78%
R=19.92%
G=31.30%
B=48.78%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49771200.590.3600.53216.3442.0133.14
Hex314D783B24035d82a21
Octal6111517073440653305241
Binary11000110011011111000111011100100011010111011000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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