Shades of Free Speech Blue #364EDB
Tints of Free Speech Blue #364EDB
RGB
CMYK
RGB Variations
Color information
#364EDB (or 0x364EDB) is known color: Free Speech Blue. HEX triplet: 36, 4E and DB. RGB value is (54,78,219). Sum of RGB (Red+Green+Blue) = 54+78+219=351 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.38% from 351); Green value is 78 (30.86% from 255 or 22.22% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #364EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364EDB is #C9B124. Grayscale: #565656. Windows color (decimal): -13218085 or 14372406. OLE color: 14372406.
HSL color Cylindrical-coordinate representation of color #364EDB: hue angle of 231.27º 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 #364EDB is Cyan = 0.75, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 78 | 219 | - |
| CMYK | 0.75 | 0.64 | 0 | 0.14 |
| HSL | 231.27º | 0.7% | 0.54% | - |
| HSV(B) | 231.27º | 0.75% | 0.86% | - |
| XYZ | 17.03 | 11.35 | 68.31 | - |
| YUV | 86.9 | 202.55 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 78 | 219 | 0.75 | 0.64 | 0 | 0.14 | 231.27 | 0.7 | 0.54 |
| Hex | 36 | 4E | DB | 4B | 40 | 0 | E | E7 | 46 | 36 |
| Octal | 66 | 116 | 333 | 113 | 100 | 0 | 16 | 347 | 106 | 66 |
| Binary | 110110 | 1001110 | 11011011 | 1001011 | 1000000 | 0 | 1110 | 11100111 | 1000110 | 110110 |
Color Harmonies of #364EDB
Complementary color
Monochromatic Colors of #364EDB
Black with #364EDB
Text Example
Text Example
White with #364EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364EDB; }
p { color: rgb(54,78,219); }
H1.HeaderClassName
{
color: #364EDB;
}
.AnyTagClassName
{
color: #364EDB;
}
</style>
background-color css
<style>
a { background-color: #364EDB; }
a { background-color: rgb(54,78,219); }
div.DivClassName
{
background-color: #364EDB;
}
.BgClassName
{
background-color: #364EDB;
}
</style>
border-color css
<style>
span { border-color: #364EDB; }
span { border-color: rgb(54,78,219); }
td.TdClassName
{
border-color: #364EDB;
}
.TagClassName
{
border-color: #364EDB;
}
</style>