Shades of Free Speech Blue #3C41CF
Tints of Free Speech Blue #3C41CF
RGB
CMYK
RGB Variations
Color information
#3C41CF (or 0x3C41CF) is known color: Free Speech Blue. HEX triplet: 3C, 41 and CF. RGB value is (60,65,207). Sum of RGB (Red+Green+Blue) = 60+65+207=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C41CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C41CF is #C3BE30. Grayscale: #4F4F4F. Windows color (decimal): -12828209 or 13582652. OLE color: 13582652.
HSL color Cylindrical-coordinate representation of color #3C41CF: hue angle of 237.96º 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 #3C41CF is Cyan = 0.71, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 65 | 207 | - |
| CMYK | 0.71 | 0.69 | 0 | 0.19 |
| HSL | 237.96º | 0.6% | 0.52% | - |
| HSV(B) | 237.96º | 0.71% | 0.81% | - |
| XYZ | 15.02 | 9.25 | 60.02 | - |
| YUV | 79.69 | 199.84 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 207 | 0.71 | 0.69 | 0 | 0.19 | 237.96 | 0.6 | 0.52 |
| Hex | 3C | 41 | CF | 47 | 45 | 0 | 13 | EE | 3C | 34 |
| Octal | 74 | 101 | 317 | 107 | 105 | 0 | 23 | 356 | 74 | 64 |
| Binary | 111100 | 1000001 | 11001111 | 1000111 | 1000101 | 0 | 10011 | 11101110 | 111100 | 110100 |
Color Harmonies of #3C41CF
Complementary color
Monochromatic Colors of #3C41CF
Black with #3C41CF
Text Example
Text Example
White with #3C41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C41CF; }
p { color: rgb(60,65,207); }
H1.HeaderClassName
{
color: #3C41CF;
}
.AnyTagClassName
{
color: #3C41CF;
}
</style>
background-color css
<style>
a { background-color: #3C41CF; }
a { background-color: rgb(60,65,207); }
div.DivClassName
{
background-color: #3C41CF;
}
.BgClassName
{
background-color: #3C41CF;
}
</style>
border-color css
<style>
span { border-color: #3C41CF; }
span { border-color: rgb(60,65,207); }
td.TdClassName
{
border-color: #3C41CF;
}
.TagClassName
{
border-color: #3C41CF;
}
</style>