Shades of Free Speech Blue #445ECC
Tints of Free Speech Blue #445ECC
RGB
CMYK
RGB Variations
Color information
#445ECC (or 0x445ECC) is known color: Free Speech Blue. HEX triplet: 44, 5E and CC. RGB value is (68,94,204). Sum of RGB (Red+Green+Blue) = 68+94+204=366 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.58% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #445ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ECC is #BBA133. Grayscale: #626262. Windows color (decimal): -12296500 or 13393476. OLE color: 13393476.
HSL color Cylindrical-coordinate representation of color #445ECC: hue angle of 228.53º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #445ECC is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 94 | 204 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.2 |
| HSL | 228.53º | 0.57% | 0.53% | - |
| HSV(B) | 228.53º | 0.67% | 0.8% | - |
| XYZ | 17.29 | 13.59 | 58.84 | - |
| YUV | 98.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 204 | 0.67 | 0.54 | 0 | 0.2 | 228.53 | 0.57 | 0.53 |
| Hex | 44 | 5E | CC | 43 | 36 | 0 | 14 | E5 | 39 | 35 |
| Octal | 104 | 136 | 314 | 103 | 66 | 0 | 24 | 345 | 71 | 65 |
| Binary | 1000100 | 1011110 | 11001100 | 1000011 | 110110 | 0 | 10100 | 11100101 | 111001 | 110101 |
Color Harmonies of #445ECC
Complementary color
Monochromatic Colors of #445ECC
Black with #445ECC
Text Example
Text Example
White with #445ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445ECC; }
p { color: rgb(68,94,204); }
H1.HeaderClassName
{
color: #445ECC;
}
.AnyTagClassName
{
color: #445ECC;
}
</style>
background-color css
<style>
a { background-color: #445ECC; }
a { background-color: rgb(68,94,204); }
div.DivClassName
{
background-color: #445ECC;
}
.BgClassName
{
background-color: #445ECC;
}
</style>
border-color css
<style>
span { border-color: #445ECC; }
span { border-color: rgb(68,94,204); }
td.TdClassName
{
border-color: #445ECC;
}
.TagClassName
{
border-color: #445ECC;
}
</style>