Shades of Free Speech Blue #3C3ABB
Tints of Free Speech Blue #3C3ABB
RGB
CMYK
RGB Variations
Color information
#3C3ABB (or 0x3C3ABB) is known color: Free Speech Blue. HEX triplet: 3C, 3A and BB. RGB value is (60,58,187). Sum of RGB (Red+Green+Blue) = 60+58+187=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 187 (73.44% from 255 or 61.31% from 305); Max value from RGB is 187 - color contains mainly: blue. Hex color #3C3ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3ABB is #C3C544. Grayscale: #484848. Windows color (decimal): -12830021 or 12270140. OLE color: 12270140.
HSL color Cylindrical-coordinate representation of color #3C3ABB: hue angle of 240.93º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C3ABB is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 58 | 187 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.27 |
| HSL | 240.93º | 0.53% | 0.48% | - |
| HSV(B) | 240.93º | 0.69% | 0.73% | - |
| XYZ | 12.35 | 7.57 | 47.83 | - |
| YUV | 73.3 | 192.16 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 187 | 0.68 | 0.69 | 0 | 0.27 | 240.93 | 0.53 | 0.48 |
| Hex | 3C | 3A | BB | 44 | 45 | 0 | 1B | F1 | 35 | 30 |
| Octal | 74 | 72 | 273 | 104 | 105 | 0 | 33 | 361 | 65 | 60 |
| Binary | 111100 | 111010 | 10111011 | 1000100 | 1000101 | 0 | 11011 | 11110001 | 110101 | 110000 |
Color Harmonies of #3C3ABB
Complementary color
Monochromatic Colors of #3C3ABB
Black with #3C3ABB
Text Example
Text Example
White with #3C3ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3ABB; }
p { color: rgb(60,58,187); }
H1.HeaderClassName
{
color: #3C3ABB;
}
.AnyTagClassName
{
color: #3C3ABB;
}
</style>
background-color css
<style>
a { background-color: #3C3ABB; }
a { background-color: rgb(60,58,187); }
div.DivClassName
{
background-color: #3C3ABB;
}
.BgClassName
{
background-color: #3C3ABB;
}
</style>
border-color css
<style>
span { border-color: #3C3ABB; }
span { border-color: rgb(60,58,187); }
td.TdClassName
{
border-color: #3C3ABB;
}
.TagClassName
{
border-color: #3C3ABB;
}
</style>