#314D7E

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

Shades of Fun Blue #314D7E

Tints of Fun Blue #314D7E

Color information

#314D7E (or 0x314D7E) is unknown color: approx Fun Blue. HEX triplet: 31, 4D and 7E. RGB value is (49,77,126). Sum of RGB (Red+Green+Blue) = 49+77+126=252 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.44% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 126 (49.61% from 255 or 50% from 252); Max value from RGB is 126 - color contains mainly: blue. Hex color #314D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D7E is #CEB281. Grayscale: #494949. Windows color (decimal): -13546114 or 8277297. OLE color: 8277297.

HSL color Cylindrical-coordinate representation of color #314D7E: hue angle of 218.18º 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 #314D7E is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4977126-
CMYK0.610.3900.51
HSL218.18º44%34.31%-
HSV(B)218.18º61.11%49.41%-
XYZ7.697.4720.77-
YUV74.21157.22110.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.44%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 126 (49.61% from 255) = 50%
R=19.44%
G=30.56%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49771260.610.3900.51218.184434.31
Hex314D7E3D27033da2c22
Octal6111517675470633325442
Binary11000110011011111110111101100111011001111011010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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