#314C79

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

Shades of Fun Blue #314C79

Tints of Fun Blue #314C79

Color information

#314C79 (or 0x314C79) is unknown color: approx Fun Blue. HEX triplet: 31, 4C and 79. RGB value is (49,76,121). Sum of RGB (Red+Green+Blue) = 49+76+121=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 121 (47.66% from 255 or 49.19% from 246); Max value from RGB is 121 - color contains mainly: blue. Hex color #314C79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C79 is #CEB386. Grayscale: #484848. Windows color (decimal): -13546375 or 7949361. OLE color: 7949361.

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

Color convert

RGB4976121-
CMYK0.600.3700.53
HSL217.5º42.35%33.33%-
HSV(B)217.5º59.5%47.45%-
XYZ7.37.219.09-
YUV73.06155.05110.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.92%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 121 (47.66% from 255) = 49.19%
R=19.92%
G=30.89%
B=49.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49761210.600.3700.53217.542.3533.33
Hex314C793C25035da2a21
Octal6111417174450653325241
Binary11000110011001111001111100100101011010111011010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,76,121); }

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

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

 a { background-color: rgb(49,76,121); }

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

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

 span { border-color: rgb(49,76,121); }

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