Html Css Color HEX #324BD5 Free Speech Blue

📋 copy color: '#324BD5'

red 50 ◦ green 75 ◦ blue 213

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

Shades of Free Speech Blue #324BD5

Tints of Free Speech Blue #324BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 63.02%

R = 14.79%
G = 22.19%
B = 63.02%

CMYK

 C value IS 0.77

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#324BD5 (or 0x324BD5) is known color: Free Speech Blue. HEX triplet: 32, 4B and D5. RGB value is (50,75,213). Sum of RGB (Red+Green+Blue) = 50+75+213=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 213 (83.59% from 255 or 63.02% from 338); Max value from RGB is 213 - color contains mainly: blue. Hex color #324BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BD5 is #CDB42A. Grayscale: #525252. Windows color (decimal): -13481003 or 13978418. OLE color: 13978418.

HSL color Cylindrical-coordinate representation of color #324BD5: hue angle of 230.8º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #324BD5 is Cyan = 0.77, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 50 75 213 -
CMYK 0.77 0.65 0 0.16
HSL 230.8º 0.66% 0.52% -
HSV(B) 230.8º 0.77% 0.84% -
XYZ 15.84 10.51 64.15 -
YUV 83.26 201.22 104.28 -
System Red Green Blue C M Y K H S L
Decimal 50 75 213 0.77 0.65 0 0.16 230.8 0.66 0.52
Hex 32 4B D5 4D 41 0 10 E7 42 34
Octal 62 113 325 115 101 0 20 347 102 64
Binary 110010 1001011 11010101 1001101 1000001 0 10000 11100111 1000010 110100

Color Harmonies of #324BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BD5

Black with #324BD5

Text Example


Text Example

White with #324BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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