Html Css Color HEX #3C50AC Free Speech Blue

📋 copy color: '#3C50AC'

red 60 ◦ green 80 ◦ blue 172

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

Shades of Free Speech Blue #3C50AC

Tints of Free Speech Blue #3C50AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 19.23%
G = 25.64%
B = 55.13%

CMYK

 C value IS 0.65

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C50AC (or 0x3C50AC) is known color: Free Speech Blue. HEX triplet: 3C, 50 and AC. RGB value is (60,80,172). Sum of RGB (Red+Green+Blue) = 60+80+172=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C50AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C50AC is #C3AF53. Grayscale: #545454. Windows color (decimal): -12824404 or 11292732. OLE color: 11292732.

HSL color Cylindrical-coordinate representation of color #3C50AC: hue angle of 229.29º 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 #3C50AC is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 80 172 -
CMYK 0.65 0.53 0 0.33
HSL 229.29º 0.48% 0.45% -
HSV(B) 229.29º 0.65% 0.67% -
XYZ 12.18 9.68 40.26 -
YUV 84.51 177.37 110.52 -
System Red Green Blue C M Y K H S L
Decimal 60 80 172 0.65 0.53 0 0.33 229.29 0.48 0.45
Hex 3C 50 AC 41 35 0 21 E5 30 2D
Octal 74 120 254 101 65 0 41 345 60 55
Binary 111100 1010000 10101100 1000001 110101 0 100001 11100101 110000 101101

Color Harmonies of #3C50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C50AC

Black with #3C50AC

Text Example


Text Example

White with #3C50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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