Html Css Color HEX #324AD6 Free Speech Blue

📋 copy color: '#324AD6'

red 50 ◦ green 74 ◦ blue 214

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

Shades of Free Speech Blue #324AD6

Tints of Free Speech Blue #324AD6

RGB

 RED value IS 50 (19.92% from 255) = 14.79%

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

 BLUE value IS 214 (83.98% from 255) = 63.31%

R = 14.79%
G = 21.89%
B = 63.31%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#324AD6 (or 0x324AD6) is known color: Free Speech Blue. HEX triplet: 32, 4A and D6. RGB value is (50,74,214). Sum of RGB (Red+Green+Blue) = 50+74+214=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 214 (83.98% from 255 or 63.31% from 338); Max value from RGB is 214 - color contains mainly: blue. Hex color #324AD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AD6 is #CDB529. Grayscale: #525252. Windows color (decimal): -13481258 or 14043698. OLE color: 14043698.

HSL color Cylindrical-coordinate representation of color #324AD6: hue angle of 231.22º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324AD6 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 74 214 -
CMYK 0.77 0.65 0 0.16
HSL 231.22º 0.67% 0.52% -
HSV(B) 231.22º 0.77% 0.84% -
XYZ 15.9 10.43 64.79 -
YUV 82.78 202.05 104.62 -
System Red Green Blue C M Y K H S L
Decimal 50 74 214 0.77 0.65 0 0.16 231.22 0.67 0.52
Hex 32 4A D6 4D 41 0 10 E7 43 34
Octal 62 112 326 115 101 0 20 347 103 64
Binary 110010 1001010 11010110 1001101 1000001 0 10000 11100111 1000011 110100

Color Harmonies of #324AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AD6

Black with #324AD6

Text Example


Text Example

White with #324AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #324AD6; }

 p { color: rgb(50,74,214); }

 H1.HeaderClassName
 {
   color: #324AD6;
 }
 .AnyTagClassName
 {
   color: #324AD6;
 }
</style>

background-color css

<style>
 a { background-color: #324AD6; }

 a { background-color: rgb(50,74,214); }

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

border-color css

<style>
 span { border-color: #324AD6; }

 span { border-color: rgb(50,74,214); }

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