Html Css Color HEX #324BDA Free Speech Blue

📋 copy color: '#324BDA'

red 50 ◦ green 75 ◦ blue 218

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

Shades of Free Speech Blue #324BDA

Tints of Free Speech Blue #324BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.87%

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

R = 14.58%
G = 21.87%
B = 63.56%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#324BDA (or 0x324BDA) is known color: Free Speech Blue. HEX triplet: 32, 4B and DA. RGB value is (50,75,218). Sum of RGB (Red+Green+Blue) = 50+75+218=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 218 (85.55% from 255 or 63.56% from 343); Max value from RGB is 218 - color contains mainly: blue. Hex color #324BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BDA is #CDB425. Grayscale: #535353. Windows color (decimal): -13480998 or 14306098. OLE color: 14306098.

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

Color convert

RGB 50 75 218 -
CMYK 0.77 0.66 0 0.15
HSL 231.07º 0.69% 0.53% -
HSV(B) 231.07º 0.77% 0.85% -
XYZ 16.49 10.77 67.54 -
YUV 83.83 203.72 103.87 -
System Red Green Blue C M Y K H S L
Decimal 50 75 218 0.77 0.66 0 0.15 231.07 0.69 0.53
Hex 32 4B DA 4D 42 0 F E7 45 35
Octal 62 113 332 115 102 0 17 347 105 65
Binary 110010 1001011 11011010 1001101 1000010 0 1111 11100111 1000101 110101

Color Harmonies of #324BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BDA

Black with #324BDA

Text Example


Text Example

White with #324BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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