Shades of Free Speech Blue #3C48CB
Tints of Free Speech Blue #3C48CB
RGB
CMYK
RGB Variations
Color information
#3C48CB (or 0x3C48CB) is known color: Free Speech Blue. HEX triplet: 3C, 48 and CB. RGB value is (60,72,203). Sum of RGB (Red+Green+Blue) = 60+72+203=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 203 (79.69% from 255 or 60.60% from 335); Max value from RGB is 203 - color contains mainly: blue. Hex color #3C48CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C48CB is #C3B734. Grayscale: #525252. Windows color (decimal): -12826421 or 13322300. OLE color: 13322300.
HSL color Cylindrical-coordinate representation of color #3C48CB: hue angle of 234.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C48CB is Cyan = 0.70, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 72 | 203 | - |
| CMYK | 0.70 | 0.65 | 0 | 0.20 |
| HSL | 234.97º | 0.58% | 0.52% | - |
| HSV(B) | 234.97º | 0.7% | 0.8% | - |
| XYZ | 14.96 | 9.91 | 57.62 | - |
| YUV | 83.35 | 195.52 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 203 | 0.70 | 0.65 | 0 | 0.20 | 234.97 | 0.58 | 0.52 |
| Hex | 3C | 48 | CB | 46 | 41 | 0 | 14 | EB | 3A | 34 |
| Octal | 74 | 110 | 313 | 106 | 101 | 0 | 24 | 353 | 72 | 64 |
| Binary | 111100 | 1001000 | 11001011 | 1000110 | 1000001 | 0 | 10100 | 11101011 | 111010 | 110100 |
Color Harmonies of #3C48CB
Complementary color
Monochromatic Colors of #3C48CB
Black with #3C48CB
Text Example
Text Example
White with #3C48CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C48CB; }
p { color: rgb(60,72,203); }
H1.HeaderClassName
{
color: #3C48CB;
}
.AnyTagClassName
{
color: #3C48CB;
}
</style>
background-color css
<style>
a { background-color: #3C48CB; }
a { background-color: rgb(60,72,203); }
div.DivClassName
{
background-color: #3C48CB;
}
.BgClassName
{
background-color: #3C48CB;
}
</style>
border-color css
<style>
span { border-color: #3C48CB; }
span { border-color: rgb(60,72,203); }
td.TdClassName
{
border-color: #3C48CB;
}
.TagClassName
{
border-color: #3C48CB;
}
</style>