Shades of Free Speech Blue #3C36DB
Tints of Free Speech Blue #3C36DB
RGB
CMYK
RGB Variations
Color information
#3C36DB (or 0x3C36DB) is known color: Free Speech Blue. HEX triplet: 3C, 36 and DB. RGB value is (60,54,219). Sum of RGB (Red+Green+Blue) = 60+54+219=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 54 (21.48% from 255 or 16.22% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #3C36DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C36DB is #C3C924. Grayscale: #494949. Windows color (decimal): -12831013 or 14366268. OLE color: 14366268.
HSL color Cylindrical-coordinate representation of color #3C36DB: hue angle of 242.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C36DB is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 54 | 219 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.14 |
| HSL | 242.18º | 0.7% | 0.54% | - |
| HSV(B) | 242.18º | 0.75% | 0.86% | - |
| XYZ | 15.97 | 8.71 | 67.86 | - |
| YUV | 74.6 | 209.49 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 54 | 219 | 0.73 | 0.75 | 0 | 0.14 | 242.18 | 0.7 | 0.54 |
| Hex | 3C | 36 | DB | 49 | 4B | 0 | E | F2 | 46 | 36 |
| Octal | 74 | 66 | 333 | 111 | 113 | 0 | 16 | 362 | 106 | 66 |
| Binary | 111100 | 110110 | 11011011 | 1001001 | 1001011 | 0 | 1110 | 11110010 | 1000110 | 110110 |
Color Harmonies of #3C36DB
Complementary color
Monochromatic Colors of #3C36DB
Black with #3C36DB
Text Example
Text Example
White with #3C36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C36DB; }
p { color: rgb(60,54,219); }
H1.HeaderClassName
{
color: #3C36DB;
}
.AnyTagClassName
{
color: #3C36DB;
}
</style>
background-color css
<style>
a { background-color: #3C36DB; }
a { background-color: rgb(60,54,219); }
div.DivClassName
{
background-color: #3C36DB;
}
.BgClassName
{
background-color: #3C36DB;
}
</style>
border-color css
<style>
span { border-color: #3C36DB; }
span { border-color: rgb(60,54,219); }
td.TdClassName
{
border-color: #3C36DB;
}
.TagClassName
{
border-color: #3C36DB;
}
</style>