Shades of Free Speech Blue #363BDB
Tints of Free Speech Blue #363BDB
RGB
CMYK
RGB Variations
Color information
#363BDB (or 0x363BDB) is known color: Free Speech Blue. HEX triplet: 36, 3B and DB. RGB value is (54,59,219). Sum of RGB (Red+Green+Blue) = 54+59+219=332 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.27% from 332); Green value is 59 (23.44% from 255 or 17.77% 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 #363BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363BDB is #C9C424. Grayscale: #4B4B4B. Windows color (decimal): -13222949 or 14367542. OLE color: 14367542.
HSL color Cylindrical-coordinate representation of color #363BDB: hue angle of 238.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 #363BDB is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 59 | 219 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.14 |
| HSL | 238.18º | 0.7% | 0.54% | - |
| HSV(B) | 238.18º | 0.75% | 0.86% | - |
| XYZ | 15.87 | 9.03 | 67.92 | - |
| YUV | 75.75 | 208.84 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 219 | 0.75 | 0.73 | 0 | 0.14 | 238.18 | 0.7 | 0.54 |
| Hex | 36 | 3B | DB | 4B | 49 | 0 | E | EE | 46 | 36 |
| Octal | 66 | 73 | 333 | 113 | 111 | 0 | 16 | 356 | 106 | 66 |
| Binary | 110110 | 111011 | 11011011 | 1001011 | 1001001 | 0 | 1110 | 11101110 | 1000110 | 110110 |
Color Harmonies of #363BDB
Complementary color
Monochromatic Colors of #363BDB
Black with #363BDB
Text Example
Text Example
White with #363BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363BDB; }
p { color: rgb(54,59,219); }
H1.HeaderClassName
{
color: #363BDB;
}
.AnyTagClassName
{
color: #363BDB;
}
</style>
background-color css
<style>
a { background-color: #363BDB; }
a { background-color: rgb(54,59,219); }
div.DivClassName
{
background-color: #363BDB;
}
.BgClassName
{
background-color: #363BDB;
}
</style>
border-color css
<style>
span { border-color: #363BDB; }
span { border-color: rgb(54,59,219); }
td.TdClassName
{
border-color: #363BDB;
}
.TagClassName
{
border-color: #363BDB;
}
</style>