Html Css Color HEX #324BDB Free Speech Blue

📋 copy color: '#324BDB'

red 50 ◦ green 75 ◦ blue 219

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

Shades of Free Speech Blue #324BDB

Tints of Free Speech Blue #324BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 63.66%

R = 14.53%
G = 21.8%
B = 63.66%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#324BDB (or 0x324BDB) is known color: Free Speech Blue. HEX triplet: 32, 4B and DB. RGB value is (50,75,219). Sum of RGB (Red+Green+Blue) = 50+75+219=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 75 (29.69% from 255 or 21.80% from 344); Blue value is 219 (85.94% from 255 or 63.66% from 344); Max value from RGB is 219 - color contains mainly: blue. Hex color #324BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BDB is #CDB424. Grayscale: #535353. Windows color (decimal): -13480997 or 14371634. OLE color: 14371634.

HSL color Cylindrical-coordinate representation of color #324BDB: hue angle of 231.12º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324BDB is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 50 75 219 -
CMYK 0.77 0.66 0 0.14
HSL 231.12º 0.7% 0.53% -
HSV(B) 231.12º 0.77% 0.86% -
XYZ 16.62 10.82 68.23 -
YUV 83.94 204.22 103.79 -
System Red Green Blue C M Y K H S L
Decimal 50 75 219 0.77 0.66 0 0.14 231.12 0.7 0.53
Hex 32 4B DB 4D 42 0 E E7 46 35
Octal 62 113 333 115 102 0 16 347 106 65
Binary 110010 1001011 11011011 1001101 1000010 0 1110 11100111 1000110 110101

Color Harmonies of #324BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BDB

Black with #324BDB

Text Example


Text Example

White with #324BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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