Shades of Free Speech Blue #3B36DB
Tints of Free Speech Blue #3B36DB
RGB
CMYK
RGB Variations
Color information
#3B36DB (or 0x3B36DB) is known color: Free Speech Blue. HEX triplet: 3B, 36 and DB. RGB value is (59,54,219). Sum of RGB (Red+Green+Blue) = 59+54+219=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 54 (21.48% from 255 or 16.27% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B36DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B36DB is #C4C924. Grayscale: #494949. Windows color (decimal): -12896549 or 14366267. OLE color: 14366267.
HSL color Cylindrical-coordinate representation of color #3B36DB: hue angle of 241.82º 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 #3B36DB is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 54 | 219 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.14 |
| HSL | 241.82º | 0.7% | 0.54% | - |
| HSV(B) | 241.82º | 0.75% | 0.86% | - |
| XYZ | 15.91 | 8.68 | 67.86 | - |
| YUV | 74.31 | 209.66 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 54 | 219 | 0.73 | 0.75 | 0 | 0.14 | 241.82 | 0.7 | 0.54 |
| Hex | 3B | 36 | DB | 49 | 4B | 0 | E | F2 | 46 | 36 |
| Octal | 73 | 66 | 333 | 111 | 113 | 0 | 16 | 362 | 106 | 66 |
| Binary | 111011 | 110110 | 11011011 | 1001001 | 1001011 | 0 | 1110 | 11110010 | 1000110 | 110110 |
Color Harmonies of #3B36DB
Complementary color
Monochromatic Colors of #3B36DB
Black with #3B36DB
Text Example
Text Example
White with #3B36DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B36DB; }
p { color: rgb(59,54,219); }
H1.HeaderClassName
{
color: #3B36DB;
}
.AnyTagClassName
{
color: #3B36DB;
}
</style>
background-color css
<style>
a { background-color: #3B36DB; }
a { background-color: rgb(59,54,219); }
div.DivClassName
{
background-color: #3B36DB;
}
.BgClassName
{
background-color: #3B36DB;
}
</style>
border-color css
<style>
span { border-color: #3B36DB; }
span { border-color: rgb(59,54,219); }
td.TdClassName
{
border-color: #3B36DB;
}
.TagClassName
{
border-color: #3B36DB;
}
</style>