Html Css Color HEX #314DDD Free Speech Blue

📋 copy color: '#314DDD'

red 49 ◦ green 77 ◦ blue 221

#314DDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Blue #314DDD

Tints of Free Speech Blue #314DDD

RGB

 RED value IS 49 (19.53% from 255) = 14.12%

 GREEN value IS 77 (30.47% from 255) = 22.19%

 BLUE value IS 221 (86.72% from 255) = 63.69%

R = 14.12%
G = 22.19%
B = 63.69%

CMYK

 C value IS 0.78

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#314DDD (or 0x314DDD) is known color: Free Speech Blue. HEX triplet: 31, 4D and DD. RGB value is (49,77,221). Sum of RGB (Red+Green+Blue) = 49+77+221=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 77 (30.47% from 255 or 22.19% from 347); Blue value is 221 (86.72% from 255 or 63.69% from 347); Max value from RGB is 221 - color contains mainly: blue. Hex color #314DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DDD is #CEB222. Grayscale: #545454. Windows color (decimal): -13546019 or 14503217. OLE color: 14503217.

HSL color Cylindrical-coordinate representation of color #314DDD: hue angle of 230.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #314DDD is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 77 221 -
CMYK 0.78 0.65 0 0.13
HSL 230.23º 0.72% 0.53% -
HSV(B) 230.23º 0.78% 0.87% -
XYZ 16.97 11.18 69.67 -
YUV 85.04 204.72 102.29 -
System Red Green Blue C M Y K H S L
Decimal 49 77 221 0.78 0.65 0 0.13 230.23 0.72 0.53
Hex 31 4D DD 4E 41 0 D E6 48 35
Octal 61 115 335 116 101 0 15 346 110 65
Binary 110001 1001101 11011101 1001110 1000001 0 1101 11100110 1001000 110101

Color Harmonies of #314DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314DDD

Black with #314DDD

Text Example


Text Example

White with #314DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #314DDD;
 }
 .AnyTagClassName
 {
   color: #314DDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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