Html Css Color HEX #314ADD Free Speech Blue

📋 copy color: '#314ADD'

red 49 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #314ADD

Tints of Free Speech Blue #314ADD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

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

R = 14.24%
G = 21.51%
B = 64.24%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#314ADD (or 0x314ADD) is known color: Free Speech Blue. HEX triplet: 31, 4A and DD. RGB value is (49,74,221). Sum of RGB (Red+Green+Blue) = 49+74+221=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 221 (86.72% from 255 or 64.24% from 344); Max value from RGB is 221 - color contains mainly: blue. Hex color #314ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314ADD is #CEB522. Grayscale: #525252. Windows color (decimal): -13546787 or 14502449. OLE color: 14502449.

HSL color Cylindrical-coordinate representation of color #314ADD: hue angle of 231.28º 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 #314ADD is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 74 221 -
CMYK 0.78 0.67 0 0.13
HSL 231.28º 0.72% 0.53% -
HSV(B) 231.28º 0.78% 0.87% -
XYZ 16.77 10.77 69.6 -
YUV 83.28 205.72 103.55 -
System Red Green Blue C M Y K H S L
Decimal 49 74 221 0.78 0.67 0 0.13 231.28 0.72 0.53
Hex 31 4A DD 4E 43 0 D E7 48 35
Octal 61 112 335 116 103 0 15 347 110 65
Binary 110001 1001010 11011101 1001110 1000011 0 1101 11100111 1001000 110101

Color Harmonies of #314ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314ADD

Black with #314ADD

Text Example


Text Example

White with #314ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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