Shades of Free Speech Blue #3C34DD
Tints of Free Speech Blue #3C34DD
RGB
CMYK
RGB Variations
Color information
#3C34DD (or 0x3C34DD) is known color: Free Speech Blue. HEX triplet: 3C, 34 and DD. RGB value is (60,52,221). Sum of RGB (Red+Green+Blue) = 60+52+221=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 221 (86.72% from 255 or 66.37% from 333); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C34DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C34DD is #C3CB22. Grayscale: #484848. Windows color (decimal): -12831523 or 14496828. OLE color: 14496828.
HSL color Cylindrical-coordinate representation of color #3C34DD: hue angle of 242.84º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3C34DD is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 52 | 221 | - |
| CMYK | 0.73 | 0.76 | 0 | 0.13 |
| HSL | 242.84º | 0.71% | 0.54% | - |
| HSV(B) | 242.84º | 0.76% | 0.87% | - |
| XYZ | 16.14 | 8.64 | 69.22 | - |
| YUV | 73.66 | 211.15 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 52 | 221 | 0.73 | 0.76 | 0 | 0.13 | 242.84 | 0.71 | 0.54 |
| Hex | 3C | 34 | DD | 49 | 4C | 0 | D | F3 | 47 | 36 |
| Octal | 74 | 64 | 335 | 111 | 114 | 0 | 15 | 363 | 107 | 66 |
| Binary | 111100 | 110100 | 11011101 | 1001001 | 1001100 | 0 | 1101 | 11110011 | 1000111 | 110110 |
Color Harmonies of #3C34DD
Complementary color
Monochromatic Colors of #3C34DD
Black with #3C34DD
Text Example
Text Example
White with #3C34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C34DD; }
p { color: rgb(60,52,221); }
H1.HeaderClassName
{
color: #3C34DD;
}
.AnyTagClassName
{
color: #3C34DD;
}
</style>
background-color css
<style>
a { background-color: #3C34DD; }
a { background-color: rgb(60,52,221); }
div.DivClassName
{
background-color: #3C34DD;
}
.BgClassName
{
background-color: #3C34DD;
}
</style>
border-color css
<style>
span { border-color: #3C34DD; }
span { border-color: rgb(60,52,221); }
td.TdClassName
{
border-color: #3C34DD;
}
.TagClassName
{
border-color: #3C34DD;
}
</style>