Shades of Free Speech Blue #443FCD
Tints of Free Speech Blue #443FCD
RGB
CMYK
RGB Variations
Color information
#443FCD (or 0x443FCD) is known color: Free Speech Blue. HEX triplet: 44, 3F and CD. RGB value is (68,63,205). Sum of RGB (Red+Green+Blue) = 68+63+205=336 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.24% from 336); Green value is 63 (25% from 255 or 18.75% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #443FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FCD is #BBC032. Grayscale: #505050. Windows color (decimal): -12304435 or 13451076. OLE color: 13451076.
HSL color Cylindrical-coordinate representation of color #443FCD: hue angle of 242.11º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443FCD is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 63 | 205 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.20 |
| HSL | 242.11º | 0.59% | 0.53% | - |
| HSV(B) | 242.11º | 0.69% | 0.8% | - |
| XYZ | 15.18 | 9.19 | 58.73 | - |
| YUV | 80.68 | 198.16 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 205 | 0.67 | 0.69 | 0 | 0.20 | 242.11 | 0.59 | 0.53 |
| Hex | 44 | 3F | CD | 43 | 45 | 0 | 14 | F2 | 3B | 35 |
| Octal | 104 | 77 | 315 | 103 | 105 | 0 | 24 | 362 | 73 | 65 |
| Binary | 1000100 | 111111 | 11001101 | 1000011 | 1000101 | 0 | 10100 | 11110010 | 111011 | 110101 |
Color Harmonies of #443FCD
Complementary color
Monochromatic Colors of #443FCD
Black with #443FCD
Text Example
Text Example
White with #443FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443FCD; }
p { color: rgb(68,63,205); }
H1.HeaderClassName
{
color: #443FCD;
}
.AnyTagClassName
{
color: #443FCD;
}
</style>
background-color css
<style>
a { background-color: #443FCD; }
a { background-color: rgb(68,63,205); }
div.DivClassName
{
background-color: #443FCD;
}
.BgClassName
{
background-color: #443FCD;
}
</style>
border-color css
<style>
span { border-color: #443FCD; }
span { border-color: rgb(68,63,205); }
td.TdClassName
{
border-color: #443FCD;
}
.TagClassName
{
border-color: #443FCD;
}
</style>