Shades of Free Speech Blue #444CCE
Tints of Free Speech Blue #444CCE
RGB
CMYK
RGB Variations
Color information
#444CCE (or 0x444CCE) is known color: Free Speech Blue. HEX triplet: 44, 4C and CE. RGB value is (68,76,206). Sum of RGB (Red+Green+Blue) = 68+76+206=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #444CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CCE is #BBB331. Grayscale: #575757. Windows color (decimal): -12301106 or 13519940. OLE color: 13519940.
HSL color Cylindrical-coordinate representation of color #444CCE: hue angle of 236.52º degrees, saturation: 0.58, 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 #444CCE is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 76 | 206 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.19 |
| HSL | 236.52º | 0.58% | 0.54% | - |
| HSV(B) | 236.52º | 0.67% | 0.81% | - |
| XYZ | 16.11 | 10.85 | 59.64 | - |
| YUV | 88.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 206 | 0.67 | 0.63 | 0 | 0.19 | 236.52 | 0.58 | 0.54 |
| Hex | 44 | 4C | CE | 43 | 3F | 0 | 13 | ED | 3A | 36 |
| Octal | 104 | 114 | 316 | 103 | 77 | 0 | 23 | 355 | 72 | 66 |
| Binary | 1000100 | 1001100 | 11001110 | 1000011 | 111111 | 0 | 10011 | 11101101 | 111010 | 110110 |
Color Harmonies of #444CCE
Complementary color
Monochromatic Colors of #444CCE
Black with #444CCE
Text Example
Text Example
White with #444CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CCE; }
p { color: rgb(68,76,206); }
H1.HeaderClassName
{
color: #444CCE;
}
.AnyTagClassName
{
color: #444CCE;
}
</style>
background-color css
<style>
a { background-color: #444CCE; }
a { background-color: rgb(68,76,206); }
div.DivClassName
{
background-color: #444CCE;
}
.BgClassName
{
background-color: #444CCE;
}
</style>
border-color css
<style>
span { border-color: #444CCE; }
span { border-color: rgb(68,76,206); }
td.TdClassName
{
border-color: #444CCE;
}
.TagClassName
{
border-color: #444CCE;
}
</style>