Html Css Color HEX #324BE0 Free Speech Blue

📋 copy color: '#324BE0'

red 50 ◦ green 75 ◦ blue 224

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

Shades of Free Speech Blue #324BE0

Tints of Free Speech Blue #324BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 64.18%

R = 14.33%
G = 21.49%
B = 64.18%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#324BE0 (or 0x324BE0) is known color: Free Speech Blue. HEX triplet: 32, 4B and E0. RGB value is (50,75,224). Sum of RGB (Red+Green+Blue) = 50+75+224=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #324BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324BE0 is #CDB41F. Grayscale: #535353. Windows color (decimal): -13480992 or 14699314. OLE color: 14699314.

HSL color Cylindrical-coordinate representation of color #324BE0: hue angle of 231.38º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #324BE0 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 50 75 224 -
CMYK 0.78 0.67 0 0.12
HSL 231.38º 0.74% 0.54% -
HSV(B) 231.38º 0.78% 0.88% -
XYZ 17.29 11.09 71.75 -
YUV 84.51 206.72 103.38 -
System Red Green Blue C M Y K H S L
Decimal 50 75 224 0.78 0.67 0 0.12 231.38 0.74 0.54
Hex 32 4B E0 4E 43 0 C E7 4A 36
Octal 62 113 340 116 103 0 14 347 112 66
Binary 110010 1001011 11100000 1001110 1000011 0 1100 11100111 1001010 110110

Color Harmonies of #324BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324BE0

Black with #324BE0

Text Example


Text Example

White with #324BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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