Shades of Free Speech Blue #3C3AB6
Tints of Free Speech Blue #3C3AB6
RGB
CMYK
RGB Variations
Color information
#3C3AB6 (or 0x3C3AB6) is known color: Free Speech Blue. HEX triplet: 3C, 3A and B6. RGB value is (60,58,182). Sum of RGB (Red+Green+Blue) = 60+58+182=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 182 (71.48% from 255 or 60.67% from 300); Max value from RGB is 182 - color contains mainly: blue. Hex color #3C3AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3AB6 is #C3C549. Grayscale: #484848. Windows color (decimal): -12830026 or 11942460. OLE color: 11942460.
HSL color Cylindrical-coordinate representation of color #3C3AB6: hue angle of 240.97º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C3AB6 is Cyan = 0.67, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 58 | 182 | - |
| CMYK | 0.67 | 0.68 | 0 | 0.29 |
| HSL | 240.97º | 0.52% | 0.47% | - |
| HSV(B) | 240.97º | 0.68% | 0.71% | - |
| XYZ | 11.82 | 7.36 | 45.05 | - |
| YUV | 72.73 | 189.66 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 58 | 182 | 0.67 | 0.68 | 0 | 0.29 | 240.97 | 0.52 | 0.47 |
| Hex | 3C | 3A | B6 | 43 | 44 | 0 | 1D | F1 | 34 | 2F |
| Octal | 74 | 72 | 266 | 103 | 104 | 0 | 35 | 361 | 64 | 57 |
| Binary | 111100 | 111010 | 10110110 | 1000011 | 1000100 | 0 | 11101 | 11110001 | 110100 | 101111 |
Color Harmonies of #3C3AB6
Complementary color
Monochromatic Colors of #3C3AB6
Black with #3C3AB6
Text Example
Text Example
White with #3C3AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3AB6; }
p { color: rgb(60,58,182); }
H1.HeaderClassName
{
color: #3C3AB6;
}
.AnyTagClassName
{
color: #3C3AB6;
}
</style>
background-color css
<style>
a { background-color: #3C3AB6; }
a { background-color: rgb(60,58,182); }
div.DivClassName
{
background-color: #3C3AB6;
}
.BgClassName
{
background-color: #3C3AB6;
}
</style>
border-color css
<style>
span { border-color: #3C3AB6; }
span { border-color: rgb(60,58,182); }
td.TdClassName
{
border-color: #3C3AB6;
}
.TagClassName
{
border-color: #3C3AB6;
}
</style>