Shades of Free Speech Blue #443BBD
Tints of Free Speech Blue #443BBD
RGB
CMYK
RGB Variations
Color information
#443BBD (or 0x443BBD) is known color: Free Speech Blue. HEX triplet: 44, 3B and BD. RGB value is (68,59,189). Sum of RGB (Red+Green+Blue) = 68+59+189=316 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.52% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 189 (74.22% from 255 or 59.81% from 316); Max value from RGB is 189 - color contains mainly: blue. Hex color #443BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BBD is #BBC442. Grayscale: #4C4C4C. Windows color (decimal): -12305475 or 12401476. OLE color: 12401476.
HSL color Cylindrical-coordinate representation of color #443BBD: hue angle of 244.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #443BBD is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 59 | 189 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.26 |
| HSL | 244.15º | 0.52% | 0.49% | - |
| HSV(B) | 244.15º | 0.69% | 0.74% | - |
| XYZ | 13.13 | 8.03 | 49 | - |
| YUV | 76.51 | 191.48 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 189 | 0.64 | 0.69 | 0 | 0.26 | 244.15 | 0.52 | 0.49 |
| Hex | 44 | 3B | BD | 40 | 45 | 0 | 1A | F4 | 34 | 31 |
| Octal | 104 | 73 | 275 | 100 | 105 | 0 | 32 | 364 | 64 | 61 |
| Binary | 1000100 | 111011 | 10111101 | 1000000 | 1000101 | 0 | 11010 | 11110100 | 110100 | 110001 |
Color Harmonies of #443BBD
Complementary color
Monochromatic Colors of #443BBD
Black with #443BBD
Text Example
Text Example
White with #443BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BBD; }
p { color: rgb(68,59,189); }
H1.HeaderClassName
{
color: #443BBD;
}
.AnyTagClassName
{
color: #443BBD;
}
</style>
background-color css
<style>
a { background-color: #443BBD; }
a { background-color: rgb(68,59,189); }
div.DivClassName
{
background-color: #443BBD;
}
.BgClassName
{
background-color: #443BBD;
}
</style>
border-color css
<style>
span { border-color: #443BBD; }
span { border-color: rgb(68,59,189); }
td.TdClassName
{
border-color: #443BBD;
}
.TagClassName
{
border-color: #443BBD;
}
</style>