Shades of Free Speech Blue #445CC1
Tints of Free Speech Blue #445CC1
RGB
CMYK
RGB Variations
Color information
#445CC1 (or 0x445CC1) is known color: Free Speech Blue. HEX triplet: 44, 5C and C1. RGB value is (68,92,193). Sum of RGB (Red+Green+Blue) = 68+92+193=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 193 (75.78% from 255 or 54.67% from 353); Max value from RGB is 193 - color contains mainly: blue. Hex color #445CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445CC1 is #BBA33E. Grayscale: #5F5F5F. Windows color (decimal): -12297023 or 12672068. OLE color: 12672068.
HSL color Cylindrical-coordinate representation of color #445CC1: hue angle of 228.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #445CC1 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 92 | 193 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.24 |
| HSL | 228.48º | 0.5% | 0.51% | - |
| HSV(B) | 228.48º | 0.65% | 0.76% | - |
| XYZ | 15.84 | 12.73 | 52.08 | - |
| YUV | 96.34 | 182.55 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 193 | 0.65 | 0.52 | 0 | 0.24 | 228.48 | 0.5 | 0.51 |
| Hex | 44 | 5C | C1 | 41 | 34 | 0 | 18 | E4 | 32 | 33 |
| Octal | 104 | 134 | 301 | 101 | 64 | 0 | 30 | 344 | 62 | 63 |
| Binary | 1000100 | 1011100 | 11000001 | 1000001 | 110100 | 0 | 11000 | 11100100 | 110010 | 110011 |
Color Harmonies of #445CC1
Complementary color
Monochromatic Colors of #445CC1
Black with #445CC1
Text Example
Text Example
White with #445CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445CC1; }
p { color: rgb(68,92,193); }
H1.HeaderClassName
{
color: #445CC1;
}
.AnyTagClassName
{
color: #445CC1;
}
</style>
background-color css
<style>
a { background-color: #445CC1; }
a { background-color: rgb(68,92,193); }
div.DivClassName
{
background-color: #445CC1;
}
.BgClassName
{
background-color: #445CC1;
}
</style>
border-color css
<style>
span { border-color: #445CC1; }
span { border-color: rgb(68,92,193); }
td.TdClassName
{
border-color: #445CC1;
}
.TagClassName
{
border-color: #445CC1;
}
</style>