Html Css Color HEX #3C4FAD Free Speech Blue

📋 copy color: '#3C4FAD'

red 60 ◦ green 79 ◦ blue 173

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

Shades of Free Speech Blue #3C4FAD

Tints of Free Speech Blue #3C4FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.32%

 BLUE value IS 173 (67.97% from 255) = 55.45%

R = 19.23%
G = 25.32%
B = 55.45%

CMYK

 C value IS 0.65

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C4FAD (or 0x3C4FAD) is known color: Free Speech Blue. HEX triplet: 3C, 4F and AD. RGB value is (60,79,173). Sum of RGB (Red+Green+Blue) = 60+79+173=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C4FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4FAD is #C3B052. Grayscale: #535353. Windows color (decimal): -12824659 or 11358012. OLE color: 11358012.

HSL color Cylindrical-coordinate representation of color #3C4FAD: hue angle of 229.91º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C4FAD is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 79 173 -
CMYK 0.65 0.54 0 0.32
HSL 229.91º 0.48% 0.46% -
HSV(B) 229.91º 0.65% 0.68% -
XYZ 12.2 9.57 40.74 -
YUV 84.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 60 79 173 0.65 0.54 0 0.32 229.91 0.48 0.46
Hex 3C 4F AD 41 36 0 20 E6 30 2E
Octal 74 117 255 101 66 0 40 346 60 56
Binary 111100 1001111 10101101 1000001 110110 0 100000 11100110 110000 101110

Color Harmonies of #3C4FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4FAD

Black with #3C4FAD

Text Example


Text Example

White with #3C4FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,79,173); }

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

background-color css

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

 a { background-color: rgb(60,79,173); }

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

border-color css

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

 span { border-color: rgb(60,79,173); }

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