Shades of Free Speech Blue #445DB9
Tints of Free Speech Blue #445DB9
RGB
CMYK
RGB Variations
Color information
#445DB9 (or 0x445DB9) is known color: Free Speech Blue. HEX triplet: 44, 5D and B9. RGB value is (68,93,185). Sum of RGB (Red+Green+Blue) = 68+93+185=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 185 (72.66% from 255 or 53.47% from 346); Max value from RGB is 185 - color contains mainly: blue. Hex color #445DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DB9 is #BBA246. Grayscale: #5F5F5F. Windows color (decimal): -12296775 or 12148036. OLE color: 12148036.
HSL color Cylindrical-coordinate representation of color #445DB9: hue angle of 227.18º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #445DB9 is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 93 | 185 | - |
| CMYK | 0.63 | 0.50 | 0 | 0.27 |
| HSL | 227.18º | 0.46% | 0.5% | - |
| HSV(B) | 227.18º | 0.63% | 0.73% | - |
| XYZ | 15.06 | 12.56 | 47.53 | - |
| YUV | 96.01 | 178.22 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 185 | 0.63 | 0.50 | 0 | 0.27 | 227.18 | 0.46 | 0.5 |
| Hex | 44 | 5D | B9 | 3F | 32 | 0 | 1B | E3 | 2E | 32 |
| Octal | 104 | 135 | 271 | 77 | 62 | 0 | 33 | 343 | 56 | 62 |
| Binary | 1000100 | 1011101 | 10111001 | 111111 | 110010 | 0 | 11011 | 11100011 | 101110 | 110010 |
Color Harmonies of #445DB9
Complementary color
Monochromatic Colors of #445DB9
Black with #445DB9
Text Example
Text Example
White with #445DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DB9; }
p { color: rgb(68,93,185); }
H1.HeaderClassName
{
color: #445DB9;
}
.AnyTagClassName
{
color: #445DB9;
}
</style>
background-color css
<style>
a { background-color: #445DB9; }
a { background-color: rgb(68,93,185); }
div.DivClassName
{
background-color: #445DB9;
}
.BgClassName
{
background-color: #445DB9;
}
</style>
border-color css
<style>
span { border-color: #445DB9; }
span { border-color: rgb(68,93,185); }
td.TdClassName
{
border-color: #445DB9;
}
.TagClassName
{
border-color: #445DB9;
}
</style>