#314D7D

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

Shades of Fun Blue #314D7D

Tints of Fun Blue #314D7D

Color information

#314D7D (or 0x314D7D) is unknown color: approx Fun Blue. HEX triplet: 31, 4D and 7D. RGB value is (49,77,125). Sum of RGB (Red+Green+Blue) = 49+77+125=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 125 (49.22% from 255 or 49.80% from 251); Max value from RGB is 125 - color contains mainly: blue. Hex color #314D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D7D is #CEB282. Grayscale: #494949. Windows color (decimal): -13546115 or 8211761. OLE color: 8211761.

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

Color convert

RGB4977125-
CMYK0.610.3800.51
HSL217.89º43.68%34.12%-
HSV(B)217.89º60.8%49.02%-
XYZ7.627.4420.44-
YUV74.1156.72110.1-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.52%
GREEN value IS 77 (30.47% from 255) = 30.68%
BLUE value IS 125 (49.22% from 255) = 49.80%
R=19.52%
G=30.68%
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
Decimal49771250.610.3800.51217.8943.6834.12
Hex314D7D3D26033da2c22
Octal6111517575460633325442
Binary11000110011011111101111101100110011001111011010101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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