Shades of Free Speech Blue #3C3EB5
Tints of Free Speech Blue #3C3EB5
RGB
CMYK
RGB Variations
Color information
#3C3EB5 (or 0x3C3EB5) is known color: Free Speech Blue. HEX triplet: 3C, 3E and B5. RGB value is (60,62,181). Sum of RGB (Red+Green+Blue) = 60+62+181=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 181 (71.09% from 255 or 59.74% from 303); Max value from RGB is 181 - color contains mainly: blue. Hex color #3C3EB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3EB5 is #C3C14A. Grayscale: #4A4A4A. Windows color (decimal): -12829003 or 11877948. OLE color: 11877948.
HSL color Cylindrical-coordinate representation of color #3C3EB5: hue angle of 239.01º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C3EB5 is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 62 | 181 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.29 |
| HSL | 239.01º | 0.5% | 0.47% | - |
| HSV(B) | 239.01º | 0.67% | 0.71% | - |
| XYZ | 11.93 | 7.74 | 44.58 | - |
| YUV | 74.97 | 187.84 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 62 | 181 | 0.67 | 0.66 | 0 | 0.29 | 239.01 | 0.5 | 0.47 |
| Hex | 3C | 3E | B5 | 43 | 42 | 0 | 1D | EF | 32 | 2F |
| Octal | 74 | 76 | 265 | 103 | 102 | 0 | 35 | 357 | 62 | 57 |
| Binary | 111100 | 111110 | 10110101 | 1000011 | 1000010 | 0 | 11101 | 11101111 | 110010 | 101111 |
Color Harmonies of #3C3EB5
Complementary color
Monochromatic Colors of #3C3EB5
Black with #3C3EB5
Text Example
Text Example
White with #3C3EB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3EB5; }
p { color: rgb(60,62,181); }
H1.HeaderClassName
{
color: #3C3EB5;
}
.AnyTagClassName
{
color: #3C3EB5;
}
</style>
background-color css
<style>
a { background-color: #3C3EB5; }
a { background-color: rgb(60,62,181); }
div.DivClassName
{
background-color: #3C3EB5;
}
.BgClassName
{
background-color: #3C3EB5;
}
</style>
border-color css
<style>
span { border-color: #3C3EB5; }
span { border-color: rgb(60,62,181); }
td.TdClassName
{
border-color: #3C3EB5;
}
.TagClassName
{
border-color: #3C3EB5;
}
</style>