Html Css Color HEX #324ADD Free Speech Blue

📋 copy color: '#324ADD'

red 50 ◦ green 74 ◦ blue 221

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

Shades of Free Speech Blue #324ADD

Tints of Free Speech Blue #324ADD

RGB

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

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

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

R = 14.49%
G = 21.45%
B = 64.06%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#324ADD (or 0x324ADD) is known color: Free Speech Blue. HEX triplet: 32, 4A and DD. RGB value is (50,74,221). Sum of RGB (Red+Green+Blue) = 50+74+221=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 221 (86.72% from 255 or 64.06% from 345); Max value from RGB is 221 - color contains mainly: blue. Hex color #324ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ADD is #CDB522. Grayscale: #525252. Windows color (decimal): -13481251 or 14502450. OLE color: 14502450.

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

Color convert

RGB 50 74 221 -
CMYK 0.77 0.67 0 0.13
HSL 231.58º 0.72% 0.53% -
HSV(B) 231.58º 0.77% 0.87% -
XYZ 16.82 10.8 69.6 -
YUV 83.58 205.55 104.05 -
System Red Green Blue C M Y K H S L
Decimal 50 74 221 0.77 0.67 0 0.13 231.58 0.72 0.53
Hex 32 4A DD 4D 43 0 D E8 48 35
Octal 62 112 335 115 103 0 15 350 110 65
Binary 110010 1001010 11011101 1001101 1000011 0 1101 11101000 1001000 110101

Color Harmonies of #324ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324ADD

Black with #324ADD

Text Example


Text Example

White with #324ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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