Html Css Color HEX #324DDD Free Speech Blue

📋 copy color: '#324DDD'

red 50 ◦ green 77 ◦ blue 221

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

Shades of Free Speech Blue #324DDD

Tints of Free Speech Blue #324DDD

RGB

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

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

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

R = 14.37%
G = 22.13%
B = 63.51%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#324DDD (or 0x324DDD) is known color: Free Speech Blue. HEX triplet: 32, 4D and DD. RGB value is (50,77,221). Sum of RGB (Red+Green+Blue) = 50+77+221=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 77 (30.47% from 255 or 22.13% from 348); Blue value is 221 (86.72% from 255 or 63.51% from 348); Max value from RGB is 221 - color contains mainly: blue. Hex color #324DDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DDD is #CDB222. Grayscale: #545454. Windows color (decimal): -13480483 or 14503218. OLE color: 14503218.

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

Color convert

RGB 50 77 221 -
CMYK 0.77 0.65 0 0.13
HSL 230.53º 0.72% 0.53% -
HSV(B) 230.53º 0.77% 0.87% -
XYZ 17.02 11.21 69.67 -
YUV 85.34 204.55 102.79 -
System Red Green Blue C M Y K H S L
Decimal 50 77 221 0.77 0.65 0 0.13 230.53 0.72 0.53
Hex 32 4D DD 4D 41 0 D E7 48 35
Octal 62 115 335 115 101 0 15 347 110 65
Binary 110010 1001101 11011101 1001101 1000001 0 1101 11100111 1001000 110101

Color Harmonies of #324DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DDD

Black with #324DDD

Text Example


Text Example

White with #324DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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