Html Css Color HEX #324AD5 Free Speech Blue

📋 copy color: '#324AD5'

red 50 ◦ green 74 ◦ blue 213

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

Shades of Free Speech Blue #324AD5

Tints of Free Speech Blue #324AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 63.2%

R = 14.84%
G = 21.96%
B = 63.2%

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

#324AD5 (or 0x324AD5) is known color: Free Speech Blue. HEX triplet: 32, 4A and D5. RGB value is (50,74,213). Sum of RGB (Red+Green+Blue) = 50+74+213=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 213 (83.59% from 255 or 63.20% from 337); Max value from RGB is 213 - color contains mainly: blue. Hex color #324AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324AD5 is #CDB52A. Grayscale: #525252. Windows color (decimal): -13481259 or 13978162. OLE color: 13978162.

HSL color Cylindrical-coordinate representation of color #324AD5: hue angle of 231.17º degrees, saturation: 0.66, 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 #324AD5 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 74 213 -
CMYK 0.77 0.65 0 0.16
HSL 231.17º 0.66% 0.52% -
HSV(B) 231.17º 0.77% 0.84% -
XYZ 15.77 10.38 64.12 -
YUV 82.67 201.55 104.7 -
System Red Green Blue C M Y K H S L
Decimal 50 74 213 0.77 0.65 0 0.16 231.17 0.66 0.52
Hex 32 4A D5 4D 41 0 10 E7 42 34
Octal 62 112 325 115 101 0 20 347 102 64
Binary 110010 1001010 11010101 1001101 1000001 0 10000 11100111 1000010 110100

Color Harmonies of #324AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324AD5

Black with #324AD5

Text Example


Text Example

White with #324AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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