Html Css Color HEX #3C49AC Free Speech Blue

📋 copy color: '#3C49AC'

red 60 ◦ green 73 ◦ blue 172

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

Shades of Free Speech Blue #3C49AC

Tints of Free Speech Blue #3C49AC

RGB

 RED value IS 60 (23.83% from 255) = 19.67%

 GREEN value IS 73 (28.91% from 255) = 23.93%

 BLUE value IS 172 (67.58% from 255) = 56.39%

R = 19.67%
G = 23.93%
B = 56.39%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C49AC (or 0x3C49AC) is known color: Free Speech Blue. HEX triplet: 3C, 49 and AC. RGB value is (60,73,172). Sum of RGB (Red+Green+Blue) = 60+73+172=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 172 (67.58% from 255 or 56.39% from 305); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C49AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C49AC is #C3B653. Grayscale: #4F4F4F. Windows color (decimal): -12826196 or 11290940. OLE color: 11290940.

HSL color Cylindrical-coordinate representation of color #3C49AC: hue angle of 233.04º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C49AC is Cyan = 0.65, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 73 172 -
CMYK 0.65 0.58 0 0.33
HSL 233.04º 0.48% 0.45% -
HSV(B) 233.04º 0.65% 0.67% -
XYZ 11.69 8.7 40.09 -
YUV 80.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 60 73 172 0.65 0.58 0 0.33 233.04 0.48 0.45
Hex 3C 49 AC 41 3A 0 21 E9 30 2D
Octal 74 111 254 101 72 0 41 351 60 55
Binary 111100 1001001 10101100 1000001 111010 0 100001 11101001 110000 101101

Color Harmonies of #3C49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C49AC

Black with #3C49AC

Text Example


Text Example

White with #3C49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C49AC; }

 p { color: rgb(60,73,172); }

 H1.HeaderClassName
 {
   color: #3C49AC;
 }
 .AnyTagClassName
 {
   color: #3C49AC;
 }
</style>

background-color css

<style>
 a { background-color: #3C49AC; }

 a { background-color: rgb(60,73,172); }

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

border-color css

<style>
 span { border-color: #3C49AC; }

 span { border-color: rgb(60,73,172); }

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