#314B71

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

Shades of Fun Blue #314B71

Tints of Fun Blue #314B71

Color information

#314B71 (or 0x314B71) is unknown color: approx Fun Blue. HEX triplet: 31, 4B and 71. RGB value is (49,75,113). Sum of RGB (Red+Green+Blue) = 49+75+113=237 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.68% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #314B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B71 is #CEB48E. Grayscale: #474747. Windows color (decimal): -13546639 or 7424817. OLE color: 7424817.

HSL color Cylindrical-coordinate representation of color #314B71: hue angle of 215.62º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #314B71 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4975113-
CMYK0.570.3400.56
HSL215.62º39.51%31.76%-
HSV(B)215.62º56.64%44.31%-
XYZ6.766.8816.59-
YUV71.56151.39111.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.68%
GREEN value IS 75 (29.69% from 255) = 31.65%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=20.68%
G=31.65%
B=47.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49751130.570.3400.56215.6239.5131.76
Hex314B713922038d82820
Octal6111316171420703305040
Binary11000110010111110001111001100010011100011011000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,75,113); }

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

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

 a { background-color: rgb(49,75,113); }

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

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

 span { border-color: rgb(49,75,113); }

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