Shades of Free Speech Blue #3C3FC0
Tints of Free Speech Blue #3C3FC0
RGB
CMYK
RGB Variations
Color information
#3C3FC0 (or 0x3C3FC0) is known color: Free Speech Blue. HEX triplet: 3C, 3F and C0. RGB value is (60,63,192). Sum of RGB (Red+Green+Blue) = 60+63+192=315 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.05% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #3C3FC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3FC0 is #C3C03F. Grayscale: #4C4C4C. Windows color (decimal): -12828736 or 12599100. OLE color: 12599100.
HSL color Cylindrical-coordinate representation of color #3C3FC0: hue angle of 238.64º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C3FC0 is Cyan = 0.69, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 63 | 192 | - |
| CMYK | 0.69 | 0.67 | 0 | 0.25 |
| HSL | 238.64º | 0.52% | 0.49% | - |
| HSV(B) | 238.64º | 0.69% | 0.75% | - |
| XYZ | 13.16 | 8.32 | 50.78 | - |
| YUV | 76.81 | 193.01 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 63 | 192 | 0.69 | 0.67 | 0 | 0.25 | 238.64 | 0.52 | 0.49 |
| Hex | 3C | 3F | C0 | 45 | 43 | 0 | 19 | EF | 34 | 31 |
| Octal | 74 | 77 | 300 | 105 | 103 | 0 | 31 | 357 | 64 | 61 |
| Binary | 111100 | 111111 | 11000000 | 1000101 | 1000011 | 0 | 11001 | 11101111 | 110100 | 110001 |
Color Harmonies of #3C3FC0
Complementary color
Monochromatic Colors of #3C3FC0
Black with #3C3FC0
Text Example
Text Example
White with #3C3FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C3FC0; }
p { color: rgb(60,63,192); }
H1.HeaderClassName
{
color: #3C3FC0;
}
.AnyTagClassName
{
color: #3C3FC0;
}
</style>
background-color css
<style>
a { background-color: #3C3FC0; }
a { background-color: rgb(60,63,192); }
div.DivClassName
{
background-color: #3C3FC0;
}
.BgClassName
{
background-color: #3C3FC0;
}
</style>
border-color css
<style>
span { border-color: #3C3FC0; }
span { border-color: rgb(60,63,192); }
td.TdClassName
{
border-color: #3C3FC0;
}
.TagClassName
{
border-color: #3C3FC0;
}
</style>