#314F85

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

Shades of Fun Blue #314F85

Tints of Fun Blue #314F85

Color information

#314F85 (or 0x314F85) is unknown color: approx Fun Blue. HEX triplet: 31, 4F and 85. RGB value is (49,79,133). Sum of RGB (Red+Green+Blue) = 49+79+133=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 133 (52.34% from 255 or 50.96% from 261); Max value from RGB is 133 - color contains mainly: blue. Hex color #314F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314F85 is #CEB07A. Grayscale: #4B4B4B. Windows color (decimal): -13545595 or 8736561. OLE color: 8736561.

HSL color Cylindrical-coordinate representation of color #314F85: hue angle of 218.57º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #314F85 is Cyan = 0.63, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4979133-
CMYK0.630.4100.48
HSL218.57º46.15%35.69%-
HSV(B)218.57º63.16%52.16%-
XYZ8.37.9423.29-
YUV76.19160.06108.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.77%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 133 (52.34% from 255) = 50.96%
R=18.77%
G=30.27%
B=50.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal49791330.630.4100.48218.5746.1535.69
Hex314F853F29030db2e24
Octal6111720577510603335644
Binary110001100111110000101111111101001011000011011011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,79,133); }

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

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

 a { background-color: rgb(49,79,133); }

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

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

 span { border-color: rgb(49,79,133); }

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