Html Css Color HEX #3C46AD Free Speech Blue

📋 copy color: '#3C46AD'

red 60 ◦ green 70 ◦ blue 173

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

Shades of Free Speech Blue #3C46AD

Tints of Free Speech Blue #3C46AD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 19.8%
G = 23.1%
B = 57.1%

CMYK

 C value IS 0.65

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C46AD (or 0x3C46AD) is known color: Free Speech Blue. HEX triplet: 3C, 46 and AD. RGB value is (60,70,173). Sum of RGB (Red+Green+Blue) = 60+70+173=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C46AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C46AD is #C3B952. Grayscale: #4E4E4E. Windows color (decimal): -12826963 or 11355708. OLE color: 11355708.

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

Color convert

RGB 60 70 173 -
CMYK 0.65 0.60 0 0.32
HSL 234.69º 0.48% 0.46% -
HSV(B) 234.69º 0.65% 0.68% -
XYZ 11.6 8.36 40.54 -
YUV 78.75 181.19 114.62 -
System Red Green Blue C M Y K H S L
Decimal 60 70 173 0.65 0.60 0 0.32 234.69 0.48 0.46
Hex 3C 46 AD 41 3C 0 20 EB 30 2E
Octal 74 106 255 101 74 0 40 353 60 56
Binary 111100 1000110 10101101 1000001 111100 0 100000 11101011 110000 101110

Color Harmonies of #3C46AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C46AD

Black with #3C46AD

Text Example


Text Example

White with #3C46AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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