Shades of Free Speech Blue #445BC3
Tints of Free Speech Blue #445BC3
RGB
CMYK
RGB Variations
Color information
#445BC3 (or 0x445BC3) is known color: Free Speech Blue. HEX triplet: 44, 5B and C3. RGB value is (68,91,195). Sum of RGB (Red+Green+Blue) = 68+91+195=354 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.21% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 195 (76.56% from 255 or 55.08% from 354); Max value from RGB is 195 - color contains mainly: blue. Hex color #445BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445BC3 is #BBA43C. Grayscale: #5F5F5F. Windows color (decimal): -12297277 or 12802884. OLE color: 12802884.
HSL color Cylindrical-coordinate representation of color #445BC3: hue angle of 229.13º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #445BC3 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 91 | 195 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.24 |
| HSL | 229.13º | 0.51% | 0.52% | - |
| HSV(B) | 229.13º | 0.65% | 0.76% | - |
| XYZ | 15.98 | 12.65 | 53.23 | - |
| YUV | 95.98 | 183.88 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 195 | 0.65 | 0.53 | 0 | 0.24 | 229.13 | 0.51 | 0.52 |
| Hex | 44 | 5B | C3 | 41 | 35 | 0 | 18 | E5 | 33 | 34 |
| Octal | 104 | 133 | 303 | 101 | 65 | 0 | 30 | 345 | 63 | 64 |
| Binary | 1000100 | 1011011 | 11000011 | 1000001 | 110101 | 0 | 11000 | 11100101 | 110011 | 110100 |
Color Harmonies of #445BC3
Complementary color
Monochromatic Colors of #445BC3
Black with #445BC3
Text Example
Text Example
White with #445BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445BC3; }
p { color: rgb(68,91,195); }
H1.HeaderClassName
{
color: #445BC3;
}
.AnyTagClassName
{
color: #445BC3;
}
</style>
background-color css
<style>
a { background-color: #445BC3; }
a { background-color: rgb(68,91,195); }
div.DivClassName
{
background-color: #445BC3;
}
.BgClassName
{
background-color: #445BC3;
}
</style>
border-color css
<style>
span { border-color: #445BC3; }
span { border-color: rgb(68,91,195); }
td.TdClassName
{
border-color: #445BC3;
}
.TagClassName
{
border-color: #445BC3;
}
</style>