Shades of Free Speech Blue #445BBD
Tints of Free Speech Blue #445BBD
RGB
CMYK
RGB Variations
Color information
#445BBD (or 0x445BBD) is known color: Free Speech Blue. HEX triplet: 44, 5B and BD. RGB value is (68,91,189). Sum of RGB (Red+Green+Blue) = 68+91+189=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 189 (74.22% from 255 or 54.31% from 348); Max value from RGB is 189 - color contains mainly: blue. Hex color #445BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BBD is #BBA442. Grayscale: #5E5E5E. Windows color (decimal): -12297283 or 12409668. OLE color: 12409668.
HSL color Cylindrical-coordinate representation of color #445BBD: hue angle of 228.6º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #445BBD is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 91 | 189 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.26 |
| HSL | 228.6º | 0.48% | 0.5% | - |
| HSV(B) | 228.6º | 0.64% | 0.74% | - |
| XYZ | 15.31 | 12.39 | 49.73 | - |
| YUV | 95.3 | 180.88 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 189 | 0.64 | 0.52 | 0 | 0.26 | 228.6 | 0.48 | 0.5 |
| Hex | 44 | 5B | BD | 40 | 34 | 0 | 1A | E5 | 30 | 32 |
| Octal | 104 | 133 | 275 | 100 | 64 | 0 | 32 | 345 | 60 | 62 |
| Binary | 1000100 | 1011011 | 10111101 | 1000000 | 110100 | 0 | 11010 | 11100101 | 110000 | 110010 |
Color Harmonies of #445BBD
Complementary color
Monochromatic Colors of #445BBD
Black with #445BBD
Text Example
Text Example
White with #445BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BBD; }
p { color: rgb(68,91,189); }
H1.HeaderClassName
{
color: #445BBD;
}
.AnyTagClassName
{
color: #445BBD;
}
</style>
background-color css
<style>
a { background-color: #445BBD; }
a { background-color: rgb(68,91,189); }
div.DivClassName
{
background-color: #445BBD;
}
.BgClassName
{
background-color: #445BBD;
}
</style>
border-color css
<style>
span { border-color: #445BBD; }
span { border-color: rgb(68,91,189); }
td.TdClassName
{
border-color: #445BBD;
}
.TagClassName
{
border-color: #445BBD;
}
</style>