Html Css Color HEX #324FDA Free Speech Blue

📋 copy color: '#324FDA'

red 50 ◦ green 79 ◦ blue 218

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

Shades of Free Speech Blue #324FDA

Tints of Free Speech Blue #324FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 62.82%

R = 14.41%
G = 22.77%
B = 62.82%

CMYK

 C value IS 0.77

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#324FDA (or 0x324FDA) is known color: Free Speech Blue. HEX triplet: 32, 4F and DA. RGB value is (50,79,218). Sum of RGB (Red+Green+Blue) = 50+79+218=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 79 (31.25% from 255 or 22.77% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #324FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324FDA is #CDB025. Grayscale: #555555. Windows color (decimal): -13479974 or 14307122. OLE color: 14307122.

HSL color Cylindrical-coordinate representation of color #324FDA: hue angle of 229.64º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324FDA is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 79 218 -
CMYK 0.77 0.64 0 0.15
HSL 229.64º 0.69% 0.53% -
HSV(B) 229.64º 0.77% 0.85% -
XYZ 16.77 11.33 67.63 -
YUV 86.18 202.39 102.2 -
System Red Green Blue C M Y K H S L
Decimal 50 79 218 0.77 0.64 0 0.15 229.64 0.69 0.53
Hex 32 4F DA 4D 40 0 F E6 45 35
Octal 62 117 332 115 100 0 17 346 105 65
Binary 110010 1001111 11011010 1001101 1000000 0 1111 11100110 1000101 110101

Color Harmonies of #324FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324FDA

Black with #324FDA

Text Example


Text Example

White with #324FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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