Html Css Color HEX #3C4DAD Free Speech Blue

📋 copy color: '#3C4DAD'

red 60 ◦ green 77 ◦ blue 173

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

Shades of Free Speech Blue #3C4DAD

Tints of Free Speech Blue #3C4DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.84%

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

R = 19.35%
G = 24.84%
B = 55.81%

CMYK

 C value IS 0.65

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C4DAD (or 0x3C4DAD) is known color: Free Speech Blue. HEX triplet: 3C, 4D and AD. RGB value is (60,77,173). Sum of RGB (Red+Green+Blue) = 60+77+173=310 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.35% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C4DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C4DAD is #C3B252. Grayscale: #525252. Windows color (decimal): -12825171 or 11357500. OLE color: 11357500.

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

Color convert

RGB 60 77 173 -
CMYK 0.65 0.55 0 0.32
HSL 230.97º 0.48% 0.46% -
HSV(B) 230.97º 0.65% 0.68% -
XYZ 12.06 9.29 40.69 -
YUV 82.86 178.87 111.69 -
System Red Green Blue C M Y K H S L
Decimal 60 77 173 0.65 0.55 0 0.32 230.97 0.48 0.46
Hex 3C 4D AD 41 37 0 20 E7 30 2E
Octal 74 115 255 101 67 0 40 347 60 56
Binary 111100 1001101 10101101 1000001 110111 0 100000 11100111 110000 101110

Color Harmonies of #3C4DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4DAD

Black with #3C4DAD

Text Example


Text Example

White with #3C4DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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