Html Css Color HEX #324FDD Free Speech Blue

📋 copy color: '#324FDD'

red 50 ◦ green 79 ◦ blue 221

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

Shades of Free Speech Blue #324FDD

Tints of Free Speech Blue #324FDD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.57%

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

R = 14.29%
G = 22.57%
B = 63.14%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#324FDD (or 0x324FDD) is known color: Free Speech Blue. HEX triplet: 32, 4F and DD. RGB value is (50,79,221). Sum of RGB (Red+Green+Blue) = 50+79+221=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 221 (86.72% from 255 or 63.14% from 350); Max value from RGB is 221 - color contains mainly: blue. Hex color #324FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FDD is #CDB022. Grayscale: #555555. Windows color (decimal): -13479971 or 14503730. OLE color: 14503730.

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

Color convert

RGB 50 79 221 -
CMYK 0.77 0.64 0 0.13
HSL 229.82º 0.72% 0.53% -
HSV(B) 229.82º 0.77% 0.87% -
XYZ 17.16 11.49 69.72 -
YUV 86.52 203.89 101.95 -
System Red Green Blue C M Y K H S L
Decimal 50 79 221 0.77 0.64 0 0.13 229.82 0.72 0.53
Hex 32 4F DD 4D 40 0 D E6 48 35
Octal 62 117 335 115 100 0 15 346 110 65
Binary 110010 1001111 11011101 1001101 1000000 0 1101 11100110 1001000 110101

Color Harmonies of #324FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FDD

Black with #324FDD

Text Example


Text Example

White with #324FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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