Shades of Free Speech Blue #3C4DDF
Tints of Free Speech Blue #3C4DDF
RGB
CMYK
RGB Variations
Color information
#3C4DDF (or 0x3C4DDF) is known color: Free Speech Blue. HEX triplet: 3C, 4D and DF. RGB value is (60,77,223). Sum of RGB (Red+Green+Blue) = 60+77+223=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #3C4DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4DDF is #C3B220. Grayscale: #575757. Windows color (decimal): -12825121 or 14634300. OLE color: 14634300.
HSL color Cylindrical-coordinate representation of color #3C4DDF: hue angle of 233.74º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C4DDF is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 77 | 223 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.13 |
| HSL | 233.74º | 0.72% | 0.55% | - |
| HSV(B) | 233.74º | 0.73% | 0.87% | - |
| XYZ | 17.84 | 11.6 | 71.11 | - |
| YUV | 88.56 | 203.87 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 223 | 0.73 | 0.65 | 0 | 0.13 | 233.74 | 0.72 | 0.55 |
| Hex | 3C | 4D | DF | 49 | 41 | 0 | D | EA | 48 | 37 |
| Octal | 74 | 115 | 337 | 111 | 101 | 0 | 15 | 352 | 110 | 67 |
| Binary | 111100 | 1001101 | 11011111 | 1001001 | 1000001 | 0 | 1101 | 11101010 | 1001000 | 110111 |
Color Harmonies of #3C4DDF
Complementary color
Monochromatic Colors of #3C4DDF
Black with #3C4DDF
Text Example
Text Example
White with #3C4DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4DDF; }
p { color: rgb(60,77,223); }
H1.HeaderClassName
{
color: #3C4DDF;
}
.AnyTagClassName
{
color: #3C4DDF;
}
</style>
background-color css
<style>
a { background-color: #3C4DDF; }
a { background-color: rgb(60,77,223); }
div.DivClassName
{
background-color: #3C4DDF;
}
.BgClassName
{
background-color: #3C4DDF;
}
</style>
border-color css
<style>
span { border-color: #3C4DDF; }
span { border-color: rgb(60,77,223); }
td.TdClassName
{
border-color: #3C4DDF;
}
.TagClassName
{
border-color: #3C4DDF;
}
</style>