Shades of Free Speech Blue #3C47DA
Tints of Free Speech Blue #3C47DA
RGB
CMYK
RGB Variations
Color information
#3C47DA (or 0x3C47DA) is known color: Free Speech Blue. HEX triplet: 3C, 47 and DA. RGB value is (60,71,218). Sum of RGB (Red+Green+Blue) = 60+71+218=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #3C47DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C47DA is #C3B825. Grayscale: #535353. Windows color (decimal): -12826662 or 14305084. OLE color: 14305084.
HSL color Cylindrical-coordinate representation of color #3C47DA: hue angle of 235.82º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C47DA is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 60 | 71 | 218 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.15 |
| HSL | 235.82º | 0.68% | 0.55% | - |
| HSV(B) | 235.82º | 0.72% | 0.85% | - |
| XYZ | 16.77 | 10.53 | 67.48 | - |
| YUV | 84.47 | 203.36 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 71 | 218 | 0.72 | 0.67 | 0 | 0.15 | 235.82 | 0.68 | 0.55 |
| Hex | 3C | 47 | DA | 48 | 43 | 0 | F | EC | 44 | 37 |
| Octal | 74 | 107 | 332 | 110 | 103 | 0 | 17 | 354 | 104 | 67 |
| Binary | 111100 | 1000111 | 11011010 | 1001000 | 1000011 | 0 | 1111 | 11101100 | 1000100 | 110111 |
Color Harmonies of #3C47DA
Complementary color
Monochromatic Colors of #3C47DA
Black with #3C47DA
Text Example
Text Example
White with #3C47DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C47DA; }
p { color: rgb(60,71,218); }
H1.HeaderClassName
{
color: #3C47DA;
}
.AnyTagClassName
{
color: #3C47DA;
}
</style>
background-color css
<style>
a { background-color: #3C47DA; }
a { background-color: rgb(60,71,218); }
div.DivClassName
{
background-color: #3C47DA;
}
.BgClassName
{
background-color: #3C47DA;
}
</style>
border-color css
<style>
span { border-color: #3C47DA; }
span { border-color: rgb(60,71,218); }
td.TdClassName
{
border-color: #3C47DA;
}
.TagClassName
{
border-color: #3C47DA;
}
</style>