#314978

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

Shades of Fun Blue #314978

Tints of Fun Blue #314978

Color information

#314978 (or 0x314978) is unknown color: approx Fun Blue. HEX triplet: 31, 49 and 78. RGB value is (49,73,120). Sum of RGB (Red+Green+Blue) = 49+73+120=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 120 (47.27% from 255 or 49.59% from 242); Max value from RGB is 120 - color contains mainly: blue. Hex color #314978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314978 is #CEB687. Grayscale: #464646. Windows color (decimal): -13547144 or 7883057. OLE color: 7883057.

HSL color Cylindrical-coordinate representation of color #314978: hue angle of 219.72º 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 #314978 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4973120-
CMYK0.590.3900.53
HSL219.72º42.01%33.14%-
HSV(B)219.72º59.17%47.06%-
XYZ7.046.7718.71-
YUV71.18155.55112.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.25%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 120 (47.27% from 255) = 49.59%
R=20.25%
G=30.17%
B=49.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49731200.590.3900.53219.7242.0133.14
Hex3149783B27035dc2a21
Octal6111117073470653345241
Binary11000110010011111000111011100111011010111011100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314978; }

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

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

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

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

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

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

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

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