Shades of Free Speech Blue #3C48CF
Tints of Free Speech Blue #3C48CF
RGB
CMYK
RGB Variations
Color information
#3C48CF (or 0x3C48CF) is known color: Free Speech Blue. HEX triplet: 3C, 48 and CF. RGB value is (60,72,207). Sum of RGB (Red+Green+Blue) = 60+72+207=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 207 (81.25% from 255 or 61.06% from 339); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C48CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C48CF is #C3B730. Grayscale: #535353. Windows color (decimal): -12826417 or 13584444. OLE color: 13584444.
HSL color Cylindrical-coordinate representation of color #3C48CF: hue angle of 235.1º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C48CF is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 72 | 207 | - |
| CMYK | 0.71 | 0.65 | 0 | 0.19 |
| HSL | 235.1º | 0.6% | 0.52% | - |
| HSV(B) | 235.1º | 0.71% | 0.81% | - |
| XYZ | 15.44 | 10.1 | 60.17 | - |
| YUV | 83.8 | 197.52 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 207 | 0.71 | 0.65 | 0 | 0.19 | 235.1 | 0.6 | 0.52 |
| Hex | 3C | 48 | CF | 47 | 41 | 0 | 13 | EB | 3C | 34 |
| Octal | 74 | 110 | 317 | 107 | 101 | 0 | 23 | 353 | 74 | 64 |
| Binary | 111100 | 1001000 | 11001111 | 1000111 | 1000001 | 0 | 10011 | 11101011 | 111100 | 110100 |
Color Harmonies of #3C48CF
Complementary color
Monochromatic Colors of #3C48CF
Black with #3C48CF
Text Example
Text Example
White with #3C48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C48CF; }
p { color: rgb(60,72,207); }
H1.HeaderClassName
{
color: #3C48CF;
}
.AnyTagClassName
{
color: #3C48CF;
}
</style>
background-color css
<style>
a { background-color: #3C48CF; }
a { background-color: rgb(60,72,207); }
div.DivClassName
{
background-color: #3C48CF;
}
.BgClassName
{
background-color: #3C48CF;
}
</style>
border-color css
<style>
span { border-color: #3C48CF; }
span { border-color: rgb(60,72,207); }
td.TdClassName
{
border-color: #3C48CF;
}
.TagClassName
{
border-color: #3C48CF;
}
</style>