Html Css Color HEX #324BD8 Free Speech Blue

📋 copy color: '#324BD8'

red 50 ◦ green 75 ◦ blue 216

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

Shades of Free Speech Blue #324BD8

Tints of Free Speech Blue #324BD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 63.34%

R = 14.66%
G = 21.99%
B = 63.34%

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

#324BD8 (or 0x324BD8) is known color: Free Speech Blue. HEX triplet: 32, 4B and D8. RGB value is (50,75,216). Sum of RGB (Red+Green+Blue) = 50+75+216=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 216 (84.77% from 255 or 63.34% from 341); Max value from RGB is 216 - color contains mainly: blue. Hex color #324BD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BD8 is #CDB427. Grayscale: #535353. Windows color (decimal): -13481000 or 14175026. OLE color: 14175026.

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

Color convert

RGB 50 75 216 -
CMYK 0.77 0.65 0 0.15
HSL 230.96º 0.68% 0.52% -
HSV(B) 230.96º 0.77% 0.85% -
XYZ 16.23 10.67 66.17 -
YUV 83.6 202.72 104.04 -
System Red Green Blue C M Y K H S L
Decimal 50 75 216 0.77 0.65 0 0.15 230.96 0.68 0.52
Hex 32 4B D8 4D 41 0 F E7 44 34
Octal 62 113 330 115 101 0 17 347 104 64
Binary 110010 1001011 11011000 1001101 1000001 0 1111 11100111 1000100 110100

Color Harmonies of #324BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BD8

Black with #324BD8

Text Example


Text Example

White with #324BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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