Shades of Free Speech Blue #364BDB
Tints of Free Speech Blue #364BDB
RGB
CMYK
RGB Variations
Color information
#364BDB (or 0x364BDB) is known color: Free Speech Blue. HEX triplet: 36, 4B and DB. RGB value is (54,75,219). Sum of RGB (Red+Green+Blue) = 54+75+219=348 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.52% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #364BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #364BDB is #C9B424. Grayscale: #545454. Windows color (decimal): -13218853 or 14371638. OLE color: 14371638.
HSL color Cylindrical-coordinate representation of color #364BDB: hue angle of 232.36º 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 #364BDB is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 75 | 219 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.14 |
| HSL | 232.36º | 0.7% | 0.54% | - |
| HSV(B) | 232.36º | 0.75% | 0.86% | - |
| XYZ | 16.82 | 10.93 | 68.24 | - |
| YUV | 85.14 | 203.54 | 105.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 75 | 219 | 0.75 | 0.66 | 0 | 0.14 | 232.36 | 0.7 | 0.54 |
| Hex | 36 | 4B | DB | 4B | 42 | 0 | E | E8 | 46 | 36 |
| Octal | 66 | 113 | 333 | 113 | 102 | 0 | 16 | 350 | 106 | 66 |
| Binary | 110110 | 1001011 | 11011011 | 1001011 | 1000010 | 0 | 1110 | 11101000 | 1000110 | 110110 |
Color Harmonies of #364BDB
Complementary color
Monochromatic Colors of #364BDB
Black with #364BDB
Text Example
Text Example
White with #364BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364BDB; }
p { color: rgb(54,75,219); }
H1.HeaderClassName
{
color: #364BDB;
}
.AnyTagClassName
{
color: #364BDB;
}
</style>
background-color css
<style>
a { background-color: #364BDB; }
a { background-color: rgb(54,75,219); }
div.DivClassName
{
background-color: #364BDB;
}
.BgClassName
{
background-color: #364BDB;
}
</style>
border-color css
<style>
span { border-color: #364BDB; }
span { border-color: rgb(54,75,219); }
td.TdClassName
{
border-color: #364BDB;
}
.TagClassName
{
border-color: #364BDB;
}
</style>