Html Css Color HEX #324ACE Free Speech Blue

📋 copy color: '#324ACE'

red 50 ◦ green 74 ◦ blue 206

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

Shades of Free Speech Blue #324ACE

Tints of Free Speech Blue #324ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.42%

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 15.15%
G = 22.42%
B = 62.42%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#324ACE (or 0x324ACE) is known color: Free Speech Blue. HEX triplet: 32, 4A and CE. RGB value is (50,74,206). Sum of RGB (Red+Green+Blue) = 50+74+206=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #324ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ACE is #CDB531. Grayscale: #515151. Windows color (decimal): -13481266 or 13519410. OLE color: 13519410.

HSL color Cylindrical-coordinate representation of color #324ACE: hue angle of 230.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #324ACE is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 50 74 206 -
CMYK 0.76 0.64 0 0.19
HSL 230.77º 0.61% 0.5% -
HSV(B) 230.77º 0.76% 0.81% -
XYZ 14.9 10.03 59.54 -
YUV 81.87 198.05 105.27 -
System Red Green Blue C M Y K H S L
Decimal 50 74 206 0.76 0.64 0 0.19 230.77 0.61 0.5
Hex 32 4A CE 4C 40 0 13 E7 3D 32
Octal 62 112 316 114 100 0 23 347 75 62
Binary 110010 1001010 11001110 1001100 1000000 0 10011 11100111 111101 110010

Color Harmonies of #324ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324ACE

Black with #324ACE

Text Example


Text Example

White with #324ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,74,206); }

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

background-color css

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

 a { background-color: rgb(50,74,206); }

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

border-color css

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

 span { border-color: rgb(50,74,206); }

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