#314E7E

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

Shades of Fun Blue #314E7E

Tints of Fun Blue #314E7E

Color information

#314E7E (or 0x314E7E) is unknown color: approx Fun Blue. HEX triplet: 31, 4E and 7E. RGB value is (49,78,126). Sum of RGB (Red+Green+Blue) = 49+78+126=253 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.37% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 126 (49.61% from 255 or 49.80% from 253); Max value from RGB is 126 - color contains mainly: blue. Hex color #314E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314E7E is #CEB181. Grayscale: #4A4A4A. Windows color (decimal): -13545858 or 8277553. OLE color: 8277553.

HSL color Cylindrical-coordinate representation of color #314E7E: hue angle of 217.4º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #314E7E is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4978126-
CMYK0.610.3800.51
HSL217.4º44%34.31%-
HSV(B)217.4º61.11%49.41%-
XYZ7.767.6120.8-
YUV74.8156.89109.6-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.37%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 126 (49.61% from 255) = 49.80%
R=19.37%
G=30.83%
B=49.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49781260.610.3800.51217.44434.31
Hex314E7E3D26033d92c22
Octal6111617675460633315442
Binary11000110011101111110111101100110011001111011001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,78,126); }

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

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

 a { background-color: rgb(49,78,126); }

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

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

 span { border-color: rgb(49,78,126); }

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