Shades of Free Speech Blue #3C58CC
Tints of Free Speech Blue #3C58CC
RGB
CMYK
RGB Variations
Color information
#3C58CC (or 0x3C58CC) is known color: Free Speech Blue. HEX triplet: 3C, 58 and CC. RGB value is (60,88,204). Sum of RGB (Red+Green+Blue) = 60+88+204=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 204 (80.08% from 255 or 57.95% from 352); Max value from RGB is 204 - color contains mainly: blue. Hex color #3C58CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C58CC is #C3A733. Grayscale: #5C5C5C. Windows color (decimal): -12822324 or 13391932. OLE color: 13391932.
HSL color Cylindrical-coordinate representation of color #3C58CC: hue angle of 228.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C58CC is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 88 | 204 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.2 |
| HSL | 228.33º | 0.59% | 0.52% | - |
| HSV(B) | 228.33º | 0.71% | 0.8% | - |
| XYZ | 16.25 | 12.3 | 58.64 | - |
| YUV | 92.85 | 190.72 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 204 | 0.71 | 0.57 | 0 | 0.2 | 228.33 | 0.59 | 0.52 |
| Hex | 3C | 58 | CC | 47 | 39 | 0 | 14 | E4 | 3B | 34 |
| Octal | 74 | 130 | 314 | 107 | 71 | 0 | 24 | 344 | 73 | 64 |
| Binary | 111100 | 1011000 | 11001100 | 1000111 | 111001 | 0 | 10100 | 11100100 | 111011 | 110100 |
Color Harmonies of #3C58CC
Complementary color
Monochromatic Colors of #3C58CC
Black with #3C58CC
Text Example
Text Example
White with #3C58CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C58CC; }
p { color: rgb(60,88,204); }
H1.HeaderClassName
{
color: #3C58CC;
}
.AnyTagClassName
{
color: #3C58CC;
}
</style>
background-color css
<style>
a { background-color: #3C58CC; }
a { background-color: rgb(60,88,204); }
div.DivClassName
{
background-color: #3C58CC;
}
.BgClassName
{
background-color: #3C58CC;
}
</style>
border-color css
<style>
span { border-color: #3C58CC; }
span { border-color: rgb(60,88,204); }
td.TdClassName
{
border-color: #3C58CC;
}
.TagClassName
{
border-color: #3C58CC;
}
</style>