#314D7A

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

Shades of Fun Blue #314D7A

Tints of Fun Blue #314D7A

Color information

#314D7A (or 0x314D7A) is unknown color: approx Fun Blue. HEX triplet: 31, 4D and 7A. RGB value is (49,77,122). Sum of RGB (Red+Green+Blue) = 49+77+122=248 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.76% from 248); Green value is 77 (30.47% from 255 or 31.05% from 248); Blue value is 122 (48.05% from 255 or 49.19% from 248); Max value from RGB is 122 - color contains mainly: blue. Hex color #314D7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D7A is #CEB285. Grayscale: #494949. Windows color (decimal): -13546118 or 8015153. OLE color: 8015153.

HSL color Cylindrical-coordinate representation of color #314D7A: hue angle of 216.99º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #314D7A is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4977122-
CMYK0.600.3700.52
HSL216.99º42.69%33.53%-
HSV(B)216.99º59.84%47.84%-
XYZ7.437.3719.44-
YUV73.76155.22110.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 19.76%
GREEN value IS 77 (30.47% from 255) = 31.05%
BLUE value IS 122 (48.05% from 255) = 49.19%
R=19.76%
G=31.05%
B=49.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49771220.600.3700.52216.9942.6933.53
Hex314D7A3C25034d92b22
Octal6111517274450643315342
Binary11000110011011111010111100100101011010011011001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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