Shades of Free Speech Blue #443FC3
Tints of Free Speech Blue #443FC3
RGB
CMYK
RGB Variations
Color information
#443FC3 (or 0x443FC3) is known color: Free Speech Blue. HEX triplet: 44, 3F and C3. RGB value is (68,63,195). Sum of RGB (Red+Green+Blue) = 68+63+195=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 195 (76.56% from 255 or 59.82% from 326); Max value from RGB is 195 - color contains mainly: blue. Hex color #443FC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FC3 is #BBC03C. Grayscale: #4F4F4F. Windows color (decimal): -12304445 or 12795716. OLE color: 12795716.
HSL color Cylindrical-coordinate representation of color #443FC3: hue angle of 242.27º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443FC3 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 63 | 195 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.24 |
| HSL | 242.27º | 0.52% | 0.51% | - |
| HSV(B) | 242.27º | 0.68% | 0.76% | - |
| XYZ | 14.01 | 8.72 | 52.58 | - |
| YUV | 79.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 195 | 0.65 | 0.68 | 0 | 0.24 | 242.27 | 0.52 | 0.51 |
| Hex | 44 | 3F | C3 | 41 | 44 | 0 | 18 | F2 | 34 | 33 |
| Octal | 104 | 77 | 303 | 101 | 104 | 0 | 30 | 362 | 64 | 63 |
| Binary | 1000100 | 111111 | 11000011 | 1000001 | 1000100 | 0 | 11000 | 11110010 | 110100 | 110011 |
Color Harmonies of #443FC3
Complementary color
Monochromatic Colors of #443FC3
Black with #443FC3
Text Example
Text Example
White with #443FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443FC3; }
p { color: rgb(68,63,195); }
H1.HeaderClassName
{
color: #443FC3;
}
.AnyTagClassName
{
color: #443FC3;
}
</style>
background-color css
<style>
a { background-color: #443FC3; }
a { background-color: rgb(68,63,195); }
div.DivClassName
{
background-color: #443FC3;
}
.BgClassName
{
background-color: #443FC3;
}
</style>
border-color css
<style>
span { border-color: #443FC3; }
span { border-color: rgb(68,63,195); }
td.TdClassName
{
border-color: #443FC3;
}
.TagClassName
{
border-color: #443FC3;
}
</style>