Shades of Free Speech Blue #443BC1
Tints of Free Speech Blue #443BC1
RGB
CMYK
RGB Variations
Color information
#443BC1 (or 0x443BC1) is known color: Free Speech Blue. HEX triplet: 44, 3B and C1. RGB value is (68,59,193). Sum of RGB (Red+Green+Blue) = 68+59+193=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 193 (75.78% from 255 or 60.31% from 320); Max value from RGB is 193 - color contains mainly: blue. Hex color #443BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BC1 is #BBC43E. Grayscale: #4C4C4C. Windows color (decimal): -12305471 or 12663620. OLE color: 12663620.
HSL color Cylindrical-coordinate representation of color #443BC1: hue angle of 244.03º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443BC1 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 68 | 59 | 193 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.24 |
| HSL | 244.03º | 0.53% | 0.49% | - |
| HSV(B) | 244.03º | 0.69% | 0.76% | - |
| XYZ | 13.57 | 8.21 | 51.32 | - |
| YUV | 76.97 | 193.48 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 193 | 0.65 | 0.69 | 0 | 0.24 | 244.03 | 0.53 | 0.49 |
| Hex | 44 | 3B | C1 | 41 | 45 | 0 | 18 | F4 | 35 | 31 |
| Octal | 104 | 73 | 301 | 101 | 105 | 0 | 30 | 364 | 65 | 61 |
| Binary | 1000100 | 111011 | 11000001 | 1000001 | 1000101 | 0 | 11000 | 11110100 | 110101 | 110001 |
Color Harmonies of #443BC1
Complementary color
Monochromatic Colors of #443BC1
Black with #443BC1
Text Example
Text Example
White with #443BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BC1; }
p { color: rgb(68,59,193); }
H1.HeaderClassName
{
color: #443BC1;
}
.AnyTagClassName
{
color: #443BC1;
}
</style>
background-color css
<style>
a { background-color: #443BC1; }
a { background-color: rgb(68,59,193); }
div.DivClassName
{
background-color: #443BC1;
}
.BgClassName
{
background-color: #443BC1;
}
</style>
border-color css
<style>
span { border-color: #443BC1; }
span { border-color: rgb(68,59,193); }
td.TdClassName
{
border-color: #443BC1;
}
.TagClassName
{
border-color: #443BC1;
}
</style>