Shades of Free Speech Blue #443AB6
Tints of Free Speech Blue #443AB6
RGB
CMYK
RGB Variations
Color information
#443AB6 (or 0x443AB6) is known color: Free Speech Blue. HEX triplet: 44, 3A and B6. RGB value is (68,58,182). Sum of RGB (Red+Green+Blue) = 68+58+182=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #443AB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443AB6 is #BBC549. Grayscale: #4A4A4A. Windows color (decimal): -12305738 or 11942468. OLE color: 11942468.
HSL color Cylindrical-coordinate representation of color #443AB6: hue angle of 244.84º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443AB6 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 58 | 182 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.29 |
| HSL | 244.84º | 0.52% | 0.47% | - |
| HSV(B) | 244.84º | 0.68% | 0.71% | - |
| XYZ | 12.34 | 7.63 | 45.08 | - |
| YUV | 75.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 58 | 182 | 0.63 | 0.68 | 0 | 0.29 | 244.84 | 0.52 | 0.47 |
| Hex | 44 | 3A | B6 | 3F | 44 | 0 | 1D | F5 | 34 | 2F |
| Octal | 104 | 72 | 266 | 77 | 104 | 0 | 35 | 365 | 64 | 57 |
| Binary | 1000100 | 111010 | 10110110 | 111111 | 1000100 | 0 | 11101 | 11110101 | 110100 | 101111 |
Color Harmonies of #443AB6
Complementary color
Monochromatic Colors of #443AB6
Black with #443AB6
Text Example
Text Example
White with #443AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443AB6; }
p { color: rgb(68,58,182); }
H1.HeaderClassName
{
color: #443AB6;
}
.AnyTagClassName
{
color: #443AB6;
}
</style>
background-color css
<style>
a { background-color: #443AB6; }
a { background-color: rgb(68,58,182); }
div.DivClassName
{
background-color: #443AB6;
}
.BgClassName
{
background-color: #443AB6;
}
</style>
border-color css
<style>
span { border-color: #443AB6; }
span { border-color: rgb(68,58,182); }
td.TdClassName
{
border-color: #443AB6;
}
.TagClassName
{
border-color: #443AB6;
}
</style>