Shades of Free Speech Blue #3648DB
Tints of Free Speech Blue #3648DB
RGB
CMYK
RGB Variations
Color information
#3648DB (or 0x3648DB) is known color: Free Speech Blue. HEX triplet: 36, 48 and DB. RGB value is (54,72,219). Sum of RGB (Red+Green+Blue) = 54+72+219=345 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.65% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #3648DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3648DB is #C9B724. Grayscale: #525252. Windows color (decimal): -13219621 or 14370870. OLE color: 14370870.
HSL color Cylindrical-coordinate representation of color #3648DB: hue angle of 233.45º 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 #3648DB is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 72 | 219 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.14 |
| HSL | 233.45º | 0.7% | 0.54% | - |
| HSV(B) | 233.45º | 0.75% | 0.86% | - |
| XYZ | 16.62 | 10.53 | 68.17 | - |
| YUV | 83.38 | 204.54 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 72 | 219 | 0.75 | 0.67 | 0 | 0.14 | 233.45 | 0.7 | 0.54 |
| Hex | 36 | 48 | DB | 4B | 43 | 0 | E | E9 | 46 | 36 |
| Octal | 66 | 110 | 333 | 113 | 103 | 0 | 16 | 351 | 106 | 66 |
| Binary | 110110 | 1001000 | 11011011 | 1001011 | 1000011 | 0 | 1110 | 11101001 | 1000110 | 110110 |
Color Harmonies of #3648DB
Complementary color
Monochromatic Colors of #3648DB
Black with #3648DB
Text Example
Text Example
White with #3648DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3648DB; }
p { color: rgb(54,72,219); }
H1.HeaderClassName
{
color: #3648DB;
}
.AnyTagClassName
{
color: #3648DB;
}
</style>
background-color css
<style>
a { background-color: #3648DB; }
a { background-color: rgb(54,72,219); }
div.DivClassName
{
background-color: #3648DB;
}
.BgClassName
{
background-color: #3648DB;
}
</style>
border-color css
<style>
span { border-color: #3648DB; }
span { border-color: rgb(54,72,219); }
td.TdClassName
{
border-color: #3648DB;
}
.TagClassName
{
border-color: #3648DB;
}
</style>