#314ED1

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

Shades of Free Speech Blue #314ED1

Tints of Free Speech Blue #314ED1

Color information

#314ED1 (or 0x314ED1) is unknown color: approx Free Speech Blue. HEX triplet: 31, 4E and D1. RGB value is (49,78,209). Sum of RGB (Red+Green+Blue) = 49+78+209=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 209 (82.03% from 255 or 62.20% from 336); Max value from RGB is 209 - color contains mainly: blue. Hex color #314ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314ED1 is #CEB12E. Grayscale: #535353. Windows color (decimal): -13545775 or 13717041. OLE color: 13717041.

HSL color Cylindrical-coordinate representation of color #314ED1: hue angle of 229.12º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #314ED1 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB4978209-
CMYK0.770.6300.18
HSL229.12º63.49%50.59%-
HSV(B)229.12º76.56%81.96%-
XYZ15.510.7161.57-
YUV84.26198.39102.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.58%
GREEN value IS 78 (30.86% from 255) = 23.21%
BLUE value IS 209 (82.03% from 255) = 62.20%
R=14.58%
G=23.21%
B=62.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal49782090.770.6300.18229.1263.4950.59
Hex314ED14D3F012e53f33
Octal61116321115770223457763
Binary110001100111011010001100110111111101001011100101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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