Shades of Free Speech Blue #444CCF
Tints of Free Speech Blue #444CCF
RGB
CMYK
RGB Variations
Color information
#444CCF (or 0x444CCF) is known color: Free Speech Blue. HEX triplet: 44, 4C and CF. RGB value is (68,76,207). Sum of RGB (Red+Green+Blue) = 68+76+207=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 207 (81.25% from 255 or 58.97% from 351); Max value from RGB is 207 - color contains mainly: blue. Hex color #444CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CCF is #BBB330. Grayscale: #585858. Windows color (decimal): -12301105 or 13585476. OLE color: 13585476.
HSL color Cylindrical-coordinate representation of color #444CCF: hue angle of 236.55º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444CCF is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 76 | 207 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.19 |
| HSL | 236.55º | 0.59% | 0.54% | - |
| HSV(B) | 236.55º | 0.67% | 0.81% | - |
| XYZ | 16.23 | 10.9 | 60.28 | - |
| YUV | 88.54 | 194.85 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 207 | 0.67 | 0.63 | 0 | 0.19 | 236.55 | 0.59 | 0.54 |
| Hex | 44 | 4C | CF | 43 | 3F | 0 | 13 | ED | 3B | 36 |
| Octal | 104 | 114 | 317 | 103 | 77 | 0 | 23 | 355 | 73 | 66 |
| Binary | 1000100 | 1001100 | 11001111 | 1000011 | 111111 | 0 | 10011 | 11101101 | 111011 | 110110 |
Color Harmonies of #444CCF
Complementary color
Monochromatic Colors of #444CCF
Black with #444CCF
Text Example
Text Example
White with #444CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CCF; }
p { color: rgb(68,76,207); }
H1.HeaderClassName
{
color: #444CCF;
}
.AnyTagClassName
{
color: #444CCF;
}
</style>
background-color css
<style>
a { background-color: #444CCF; }
a { background-color: rgb(68,76,207); }
div.DivClassName
{
background-color: #444CCF;
}
.BgClassName
{
background-color: #444CCF;
}
</style>
border-color css
<style>
span { border-color: #444CCF; }
span { border-color: rgb(68,76,207); }
td.TdClassName
{
border-color: #444CCF;
}
.TagClassName
{
border-color: #444CCF;
}
</style>