Shades of Free Speech Blue #3C54C8
Tints of Free Speech Blue #3C54C8
RGB
CMYK
RGB Variations
Color information
#3C54C8 (or 0x3C54C8) is known color: Free Speech Blue. HEX triplet: 3C, 54 and C8. RGB value is (60,84,200). Sum of RGB (Red+Green+Blue) = 60+84+200=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 200 (78.52% from 255 or 58.14% from 344); Max value from RGB is 200 - color contains mainly: blue. Hex color #3C54C8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C54C8 is #C3AB37. Grayscale: #595959. Windows color (decimal): -12823352 or 13128764. OLE color: 13128764.
HSL color Cylindrical-coordinate representation of color #3C54C8: hue angle of 229.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C54C8 is Cyan = 0.7, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 60 | 84 | 200 | - |
| CMYK | 0.7 | 0.58 | 0 | 0.22 |
| HSL | 229.71º | 0.56% | 0.51% | - |
| HSV(B) | 229.71º | 0.7% | 0.78% | - |
| XYZ | 15.46 | 11.47 | 56.04 | - |
| YUV | 90.05 | 190.05 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 84 | 200 | 0.7 | 0.58 | 0 | 0.22 | 229.71 | 0.56 | 0.51 |
| Hex | 3C | 54 | C8 | 46 | 3A | 0 | 16 | E6 | 38 | 33 |
| Octal | 74 | 124 | 310 | 106 | 72 | 0 | 26 | 346 | 70 | 63 |
| Binary | 111100 | 1010100 | 11001000 | 1000110 | 111010 | 0 | 10110 | 11100110 | 111000 | 110011 |
Color Harmonies of #3C54C8
Complementary color
Monochromatic Colors of #3C54C8
Black with #3C54C8
Text Example
Text Example
White with #3C54C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C54C8; }
p { color: rgb(60,84,200); }
H1.HeaderClassName
{
color: #3C54C8;
}
.AnyTagClassName
{
color: #3C54C8;
}
</style>
background-color css
<style>
a { background-color: #3C54C8; }
a { background-color: rgb(60,84,200); }
div.DivClassName
{
background-color: #3C54C8;
}
.BgClassName
{
background-color: #3C54C8;
}
</style>
border-color css
<style>
span { border-color: #3C54C8; }
span { border-color: rgb(60,84,200); }
td.TdClassName
{
border-color: #3C54C8;
}
.TagClassName
{
border-color: #3C54C8;
}
</style>