Html Css Color HEX #324ACD Free Speech Blue

📋 copy color: '#324ACD'

red 50 ◦ green 74 ◦ blue 205

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

Shades of Free Speech Blue #324ACD

Tints of Free Speech Blue #324ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 62.31%

R = 15.2%
G = 22.49%
B = 62.31%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#324ACD (or 0x324ACD) is known color: Free Speech Blue. HEX triplet: 32, 4A and CD. RGB value is (50,74,205). Sum of RGB (Red+Green+Blue) = 50+74+205=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 205 (80.47% from 255 or 62.31% from 329); Max value from RGB is 205 - color contains mainly: blue. Hex color #324ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #324ACD is #CDB532. Grayscale: #515151. Windows color (decimal): -13481267 or 13453874. OLE color: 13453874.

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

Color convert

RGB 50 74 205 -
CMYK 0.76 0.64 0 0.20
HSL 230.71º 0.61% 0.5% -
HSV(B) 230.71º 0.76% 0.8% -
XYZ 14.78 9.98 58.91 -
YUV 81.76 197.55 105.35 -
System Red Green Blue C M Y K H S L
Decimal 50 74 205 0.76 0.64 0 0.20 230.71 0.61 0.5
Hex 32 4A CD 4C 40 0 14 E7 3D 32
Octal 62 112 315 114 100 0 24 347 75 62
Binary 110010 1001010 11001101 1001100 1000000 0 10100 11100111 111101 110010

Color Harmonies of #324ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #324ACD

Black with #324ACD

Text Example


Text Example

White with #324ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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