#314DD9

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

Shades of Free Speech Blue #314DD9

Tints of Free Speech Blue #314DD9

Color information

#314DD9 (or 0x314DD9) is unknown color: approx Free Speech Blue. HEX triplet: 31, 4D and D9. RGB value is (49,77,217). Sum of RGB (Red+Green+Blue) = 49+77+217=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 217 (85.16% from 255 or 63.27% from 343); Max value from RGB is 217 - color contains mainly: blue. Hex color #314DD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DD9 is #CEB226. Grayscale: #545454. Windows color (decimal): -13546023 or 14241073. OLE color: 14241073.

HSL color Cylindrical-coordinate representation of color #314DD9: hue angle of 230º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #314DD9 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB4977217-
CMYK0.770.6500.15
HSL230º68.85%52.16%-
HSV(B)230º77.42%85.1%-
XYZ16.4410.9766.9-
YUV84.59202.72102.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.29%
GREEN value IS 77 (30.47% from 255) = 22.45%
BLUE value IS 217 (85.16% from 255) = 63.27%
R=14.29%
G=22.45%
B=63.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal49772170.770.6500.1523068.8552.16
Hex314DD94D410Fe64534
Octal6111533111510101734610564
Binary1100011001101110110011001101100000101111111001101000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314DD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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