Shades of Free Speech Blue #364DDB
Tints of Free Speech Blue #364DDB
RGB
CMYK
RGB Variations
Color information
#364DDB (or 0x364DDB) is known color: Free Speech Blue. HEX triplet: 36, 4D and DB. RGB value is (54,77,219). Sum of RGB (Red+Green+Blue) = 54+77+219=350 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.43% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #364DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #364DDB is #C9B224. Grayscale: #555555. Windows color (decimal): -13218341 or 14372150. OLE color: 14372150.
HSL color Cylindrical-coordinate representation of color #364DDB: hue angle of 231.64º 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 #364DDB is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 77 | 219 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.14 |
| HSL | 231.64º | 0.7% | 0.54% | - |
| HSV(B) | 231.64º | 0.75% | 0.86% | - |
| XYZ | 16.96 | 11.21 | 68.29 | - |
| YUV | 86.31 | 202.88 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 77 | 219 | 0.75 | 0.65 | 0 | 0.14 | 231.64 | 0.7 | 0.54 |
| Hex | 36 | 4D | DB | 4B | 41 | 0 | E | E8 | 46 | 36 |
| Octal | 66 | 115 | 333 | 113 | 101 | 0 | 16 | 350 | 106 | 66 |
| Binary | 110110 | 1001101 | 11011011 | 1001011 | 1000001 | 0 | 1110 | 11101000 | 1000110 | 110110 |
Color Harmonies of #364DDB
Complementary color
Monochromatic Colors of #364DDB
Black with #364DDB
Text Example
Text Example
White with #364DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #364DDB; }
p { color: rgb(54,77,219); }
H1.HeaderClassName
{
color: #364DDB;
}
.AnyTagClassName
{
color: #364DDB;
}
</style>
background-color css
<style>
a { background-color: #364DDB; }
a { background-color: rgb(54,77,219); }
div.DivClassName
{
background-color: #364DDB;
}
.BgClassName
{
background-color: #364DDB;
}
</style>
border-color css
<style>
span { border-color: #364DDB; }
span { border-color: rgb(54,77,219); }
td.TdClassName
{
border-color: #364DDB;
}
.TagClassName
{
border-color: #364DDB;
}
</style>