Shades of Free Speech Blue #3649DB
Tints of Free Speech Blue #3649DB
RGB
CMYK
RGB Variations
Color information
#3649DB (or 0x3649DB) is known color: Free Speech Blue. HEX triplet: 36, 49 and DB. RGB value is (54,73,219). Sum of RGB (Red+Green+Blue) = 54+73+219=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #3649DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3649DB is #C9B624. Grayscale: #535353. Windows color (decimal): -13219365 or 14371126. OLE color: 14371126.
HSL color Cylindrical-coordinate representation of color #3649DB: hue angle of 233.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 #3649DB is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 73 | 219 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.14 |
| HSL | 233.09º | 0.7% | 0.54% | - |
| HSV(B) | 233.09º | 0.75% | 0.86% | - |
| XYZ | 16.69 | 10.66 | 68.2 | - |
| YUV | 83.96 | 204.21 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 73 | 219 | 0.75 | 0.67 | 0 | 0.14 | 233.09 | 0.7 | 0.54 |
| Hex | 36 | 49 | DB | 4B | 43 | 0 | E | E9 | 46 | 36 |
| Octal | 66 | 111 | 333 | 113 | 103 | 0 | 16 | 351 | 106 | 66 |
| Binary | 110110 | 1001001 | 11011011 | 1001011 | 1000011 | 0 | 1110 | 11101001 | 1000110 | 110110 |
Color Harmonies of #3649DB
Complementary color
Monochromatic Colors of #3649DB
Black with #3649DB
Text Example
Text Example
White with #3649DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3649DB; }
p { color: rgb(54,73,219); }
H1.HeaderClassName
{
color: #3649DB;
}
.AnyTagClassName
{
color: #3649DB;
}
</style>
background-color css
<style>
a { background-color: #3649DB; }
a { background-color: rgb(54,73,219); }
div.DivClassName
{
background-color: #3649DB;
}
.BgClassName
{
background-color: #3649DB;
}
</style>
border-color css
<style>
span { border-color: #3649DB; }
span { border-color: rgb(54,73,219); }
td.TdClassName
{
border-color: #3649DB;
}
.TagClassName
{
border-color: #3649DB;
}
</style>