Shades of Free Speech Blue #363CDB
Tints of Free Speech Blue #363CDB
RGB
CMYK
RGB Variations
Color information
#363CDB (or 0x363CDB) is known color: Free Speech Blue. HEX triplet: 36, 3C and DB. RGB value is (54,60,219). Sum of RGB (Red+Green+Blue) = 54+60+219=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 60 (23.83% from 255 or 18.02% 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 #363CDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363CDB is #C9C324. Grayscale: #4B4B4B. Windows color (decimal): -13222693 or 14367798. OLE color: 14367798.
HSL color Cylindrical-coordinate representation of color #363CDB: hue angle of 237.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 #363CDB is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 60 | 219 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.14 |
| HSL | 237.82º | 0.7% | 0.54% | - |
| HSV(B) | 237.82º | 0.75% | 0.86% | - |
| XYZ | 15.92 | 9.13 | 67.94 | - |
| YUV | 76.33 | 208.51 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 60 | 219 | 0.75 | 0.73 | 0 | 0.14 | 237.82 | 0.7 | 0.54 |
| Hex | 36 | 3C | DB | 4B | 49 | 0 | E | EE | 46 | 36 |
| Octal | 66 | 74 | 333 | 113 | 111 | 0 | 16 | 356 | 106 | 66 |
| Binary | 110110 | 111100 | 11011011 | 1001011 | 1001001 | 0 | 1110 | 11101110 | 1000110 | 110110 |
Color Harmonies of #363CDB
Complementary color
Monochromatic Colors of #363CDB
Black with #363CDB
Text Example
Text Example
White with #363CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363CDB; }
p { color: rgb(54,60,219); }
H1.HeaderClassName
{
color: #363CDB;
}
.AnyTagClassName
{
color: #363CDB;
}
</style>
background-color css
<style>
a { background-color: #363CDB; }
a { background-color: rgb(54,60,219); }
div.DivClassName
{
background-color: #363CDB;
}
.BgClassName
{
background-color: #363CDB;
}
</style>
border-color css
<style>
span { border-color: #363CDB; }
span { border-color: rgb(54,60,219); }
td.TdClassName
{
border-color: #363CDB;
}
.TagClassName
{
border-color: #363CDB;
}
</style>