Shades of Free Speech Blue #444CCD
Tints of Free Speech Blue #444CCD
RGB
CMYK
RGB Variations
Color information
#444CCD (or 0x444CCD) is known color: Free Speech Blue. HEX triplet: 44, 4C and CD. RGB value is (68,76,205). Sum of RGB (Red+Green+Blue) = 68+76+205=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #444CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #444CCD is #BBB332. Grayscale: #575757. Windows color (decimal): -12301107 or 13454404. OLE color: 13454404.
HSL color Cylindrical-coordinate representation of color #444CCD: hue angle of 236.5º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #444CCD is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 76 | 205 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.20 |
| HSL | 236.5º | 0.58% | 0.54% | - |
| HSV(B) | 236.5º | 0.67% | 0.8% | - |
| XYZ | 15.99 | 10.81 | 59 | - |
| YUV | 88.31 | 193.85 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 76 | 205 | 0.67 | 0.63 | 0 | 0.20 | 236.5 | 0.58 | 0.54 |
| Hex | 44 | 4C | CD | 43 | 3F | 0 | 14 | EC | 3A | 36 |
| Octal | 104 | 114 | 315 | 103 | 77 | 0 | 24 | 354 | 72 | 66 |
| Binary | 1000100 | 1001100 | 11001101 | 1000011 | 111111 | 0 | 10100 | 11101100 | 111010 | 110110 |
Color Harmonies of #444CCD
Complementary color
Monochromatic Colors of #444CCD
Black with #444CCD
Text Example
Text Example
White with #444CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444CCD; }
p { color: rgb(68,76,205); }
H1.HeaderClassName
{
color: #444CCD;
}
.AnyTagClassName
{
color: #444CCD;
}
</style>
background-color css
<style>
a { background-color: #444CCD; }
a { background-color: rgb(68,76,205); }
div.DivClassName
{
background-color: #444CCD;
}
.BgClassName
{
background-color: #444CCD;
}
</style>
border-color css
<style>
span { border-color: #444CCD; }
span { border-color: rgb(68,76,205); }
td.TdClassName
{
border-color: #444CCD;
}
.TagClassName
{
border-color: #444CCD;
}
</style>