Shades of Free Speech Blue #363EDB
Tints of Free Speech Blue #363EDB
RGB
CMYK
RGB Variations
Color information
#363EDB (or 0x363EDB) is known color: Free Speech Blue. HEX triplet: 36, 3E and DB. RGB value is (54,62,219). Sum of RGB (Red+Green+Blue) = 54+62+219=335 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.12% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #363EDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #363EDB is #C9C124. Grayscale: #4C4C4C. Windows color (decimal): -13222181 or 14368310. OLE color: 14368310.
HSL color Cylindrical-coordinate representation of color #363EDB: hue angle of 237.09º 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 #363EDB is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 62 | 219 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.14 |
| HSL | 237.09º | 0.7% | 0.54% | - |
| HSV(B) | 237.09º | 0.75% | 0.86% | - |
| XYZ | 16.03 | 9.34 | 67.98 | - |
| YUV | 77.51 | 207.85 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 62 | 219 | 0.75 | 0.72 | 0 | 0.14 | 237.09 | 0.7 | 0.54 |
| Hex | 36 | 3E | DB | 4B | 48 | 0 | E | ED | 46 | 36 |
| Octal | 66 | 76 | 333 | 113 | 110 | 0 | 16 | 355 | 106 | 66 |
| Binary | 110110 | 111110 | 11011011 | 1001011 | 1001000 | 0 | 1110 | 11101101 | 1000110 | 110110 |
Color Harmonies of #363EDB
Complementary color
Monochromatic Colors of #363EDB
Black with #363EDB
Text Example
Text Example
White with #363EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363EDB; }
p { color: rgb(54,62,219); }
H1.HeaderClassName
{
color: #363EDB;
}
.AnyTagClassName
{
color: #363EDB;
}
</style>
background-color css
<style>
a { background-color: #363EDB; }
a { background-color: rgb(54,62,219); }
div.DivClassName
{
background-color: #363EDB;
}
.BgClassName
{
background-color: #363EDB;
}
</style>
border-color css
<style>
span { border-color: #363EDB; }
span { border-color: rgb(54,62,219); }
td.TdClassName
{
border-color: #363EDB;
}
.TagClassName
{
border-color: #363EDB;
}
</style>