Html Css Color HEX #324DDA Free Speech Blue

📋 copy color: '#324DDA'

red 50 ◦ green 77 ◦ blue 218

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

Shades of Free Speech Blue #324DDA

Tints of Free Speech Blue #324DDA

RGB

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

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

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

R = 14.49%
G = 22.32%
B = 63.19%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#324DDA (or 0x324DDA) is known color: Free Speech Blue. HEX triplet: 32, 4D and DA. RGB value is (50,77,218). Sum of RGB (Red+Green+Blue) = 50+77+218=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #324DDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #324DDA is #CDB225. Grayscale: #545454. Windows color (decimal): -13480486 or 14306610. OLE color: 14306610.

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

Color convert

RGB 50 77 218 -
CMYK 0.77 0.65 0 0.15
HSL 230.36º 0.69% 0.53% -
HSV(B) 230.36º 0.77% 0.85% -
XYZ 16.62 11.05 67.59 -
YUV 85 203.05 103.04 -
System Red Green Blue C M Y K H S L
Decimal 50 77 218 0.77 0.65 0 0.15 230.36 0.69 0.53
Hex 32 4D DA 4D 41 0 F E6 45 35
Octal 62 115 332 115 101 0 17 346 105 65
Binary 110010 1001101 11011010 1001101 1000001 0 1111 11100110 1000101 110101

Color Harmonies of #324DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324DDA

Black with #324DDA

Text Example


Text Example

White with #324DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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