Shades of Free Speech Blue #445BBB
Tints of Free Speech Blue #445BBB
RGB
CMYK
RGB Variations
Color information
#445BBB (or 0x445BBB) is known color: Free Speech Blue. HEX triplet: 44, 5B and BB. RGB value is (68,91,187). Sum of RGB (Red+Green+Blue) = 68+91+187=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #445BBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BBB is #BBA444. Grayscale: #5E5E5E. Windows color (decimal): -12297285 or 12278596. OLE color: 12278596.
HSL color Cylindrical-coordinate representation of color #445BBB: hue angle of 228.4º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #445BBB is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 91 | 187 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.27 |
| HSL | 228.4º | 0.47% | 0.5% | - |
| HSV(B) | 228.4º | 0.64% | 0.73% | - |
| XYZ | 15.09 | 12.3 | 48.59 | - |
| YUV | 95.07 | 179.88 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 187 | 0.64 | 0.51 | 0 | 0.27 | 228.4 | 0.47 | 0.5 |
| Hex | 44 | 5B | BB | 40 | 33 | 0 | 1B | E4 | 2F | 32 |
| Octal | 104 | 133 | 273 | 100 | 63 | 0 | 33 | 344 | 57 | 62 |
| Binary | 1000100 | 1011011 | 10111011 | 1000000 | 110011 | 0 | 11011 | 11100100 | 101111 | 110010 |
Color Harmonies of #445BBB
Complementary color
Monochromatic Colors of #445BBB
Black with #445BBB
Text Example
Text Example
White with #445BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BBB; }
p { color: rgb(68,91,187); }
H1.HeaderClassName
{
color: #445BBB;
}
.AnyTagClassName
{
color: #445BBB;
}
</style>
background-color css
<style>
a { background-color: #445BBB; }
a { background-color: rgb(68,91,187); }
div.DivClassName
{
background-color: #445BBB;
}
.BgClassName
{
background-color: #445BBB;
}
</style>
border-color css
<style>
span { border-color: #445BBB; }
span { border-color: rgb(68,91,187); }
td.TdClassName
{
border-color: #445BBB;
}
.TagClassName
{
border-color: #445BBB;
}
</style>