Shades of Free Speech Blue #3C41AD
Tints of Free Speech Blue #3C41AD
RGB
CMYK
RGB Variations
Color information
#3C41AD (or 0x3C41AD) is known color: Free Speech Blue. HEX triplet: 3C, 41 and AD. RGB value is (60,65,173). Sum of RGB (Red+Green+Blue) = 60+65+173=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C41AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C41AD is #C3BE52. Grayscale: #4B4B4B. Windows color (decimal): -12828243 or 11354428. OLE color: 11354428.
HSL color Cylindrical-coordinate representation of color #3C41AD: hue angle of 237.35º 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 #3C41AD is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 60 | 65 | 173 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.32 |
| HSL | 237.35º | 0.48% | 0.46% | - |
| HSV(B) | 237.35º | 0.65% | 0.68% | - |
| XYZ | 11.3 | 7.76 | 40.44 | - |
| YUV | 75.82 | 182.84 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 173 | 0.65 | 0.62 | 0 | 0.32 | 237.35 | 0.48 | 0.46 |
| Hex | 3C | 41 | AD | 41 | 3E | 0 | 20 | ED | 30 | 2E |
| Octal | 74 | 101 | 255 | 101 | 76 | 0 | 40 | 355 | 60 | 56 |
| Binary | 111100 | 1000001 | 10101101 | 1000001 | 111110 | 0 | 100000 | 11101101 | 110000 | 101110 |
Color Harmonies of #3C41AD
Complementary color
Monochromatic Colors of #3C41AD
Black with #3C41AD
Text Example
Text Example
White with #3C41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C41AD; }
p { color: rgb(60,65,173); }
H1.HeaderClassName
{
color: #3C41AD;
}
.AnyTagClassName
{
color: #3C41AD;
}
</style>
background-color css
<style>
a { background-color: #3C41AD; }
a { background-color: rgb(60,65,173); }
div.DivClassName
{
background-color: #3C41AD;
}
.BgClassName
{
background-color: #3C41AD;
}
</style>
border-color css
<style>
span { border-color: #3C41AD; }
span { border-color: rgb(60,65,173); }
td.TdClassName
{
border-color: #3C41AD;
}
.TagClassName
{
border-color: #3C41AD;
}
</style>