Shades of Free Speech Blue #443BB8
Tints of Free Speech Blue #443BB8
RGB
CMYK
RGB Variations
Color information
#443BB8 (or 0x443BB8) is known color: Free Speech Blue. HEX triplet: 44, 3B and B8. RGB value is (68,59,184). Sum of RGB (Red+Green+Blue) = 68+59+184=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 59 (23.44% from 255 or 18.97% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #443BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BB8 is #BBC447. Grayscale: #4B4B4B. Windows color (decimal): -12305480 or 12073796. OLE color: 12073796.
HSL color Cylindrical-coordinate representation of color #443BB8: hue angle of 244.32º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #443BB8 is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 59 | 184 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.28 |
| HSL | 244.32º | 0.51% | 0.48% | - |
| HSV(B) | 244.32º | 0.68% | 0.72% | - |
| XYZ | 12.6 | 7.82 | 46.19 | - |
| YUV | 75.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 184 | 0.63 | 0.68 | 0 | 0.28 | 244.32 | 0.51 | 0.48 |
| Hex | 44 | 3B | B8 | 3F | 44 | 0 | 1C | F4 | 33 | 30 |
| Octal | 104 | 73 | 270 | 77 | 104 | 0 | 34 | 364 | 63 | 60 |
| Binary | 1000100 | 111011 | 10111000 | 111111 | 1000100 | 0 | 11100 | 11110100 | 110011 | 110000 |
Color Harmonies of #443BB8
Complementary color
Monochromatic Colors of #443BB8
Black with #443BB8
Text Example
Text Example
White with #443BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BB8; }
p { color: rgb(68,59,184); }
H1.HeaderClassName
{
color: #443BB8;
}
.AnyTagClassName
{
color: #443BB8;
}
</style>
background-color css
<style>
a { background-color: #443BB8; }
a { background-color: rgb(68,59,184); }
div.DivClassName
{
background-color: #443BB8;
}
.BgClassName
{
background-color: #443BB8;
}
</style>
border-color css
<style>
span { border-color: #443BB8; }
span { border-color: rgb(68,59,184); }
td.TdClassName
{
border-color: #443BB8;
}
.TagClassName
{
border-color: #443BB8;
}
</style>