Shades of Free Speech Blue #3C36CD
Tints of Free Speech Blue #3C36CD
RGB
CMYK
RGB Variations
Color information
#3C36CD (or 0x3C36CD) is known color: Free Speech Blue. HEX triplet: 3C, 36 and CD. RGB value is (60,54,205). Sum of RGB (Red+Green+Blue) = 60+54+205=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #3C36CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36CD is #C3C932. Grayscale: #484848. Windows color (decimal): -12831027 or 13448764. OLE color: 13448764.
HSL color Cylindrical-coordinate representation of color #3C36CD: hue angle of 242.38º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C36CD is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 54 | 205 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.20 |
| HSL | 242.38º | 0.6% | 0.51% | - |
| HSV(B) | 242.38º | 0.74% | 0.8% | - |
| XYZ | 14.2 | 8.01 | 58.55 | - |
| YUV | 73.01 | 202.49 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 205 | 0.71 | 0.74 | 0 | 0.20 | 242.38 | 0.6 | 0.51 |
| Hex | 3C | 36 | CD | 47 | 4A | 0 | 14 | F2 | 3C | 33 |
| Octal | 74 | 66 | 315 | 107 | 112 | 0 | 24 | 362 | 74 | 63 |
| Binary | 111100 | 110110 | 11001101 | 1000111 | 1001010 | 0 | 10100 | 11110010 | 111100 | 110011 |
Color Harmonies of #3C36CD
Complementary color
Monochromatic Colors of #3C36CD
Black with #3C36CD
Text Example
Text Example
White with #3C36CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C36CD; }
p { color: rgb(60,54,205); }
H1.HeaderClassName
{
color: #3C36CD;
}
.AnyTagClassName
{
color: #3C36CD;
}
</style>
background-color css
<style>
a { background-color: #3C36CD; }
a { background-color: rgb(60,54,205); }
div.DivClassName
{
background-color: #3C36CD;
}
.BgClassName
{
background-color: #3C36CD;
}
</style>
border-color css
<style>
span { border-color: #3C36CD; }
span { border-color: rgb(60,54,205); }
td.TdClassName
{
border-color: #3C36CD;
}
.TagClassName
{
border-color: #3C36CD;
}
</style>