Shades of Free Speech Blue #443FBB
Tints of Free Speech Blue #443FBB
RGB
CMYK
RGB Variations
Color information
#443FBB (or 0x443FBB) is known color: Free Speech Blue. HEX triplet: 44, 3F and BB. RGB value is (68,63,187). Sum of RGB (Red+Green+Blue) = 68+63+187=318 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.38% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #443FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443FBB is #BBC044. Grayscale: #4E4E4E. Windows color (decimal): -12304453 or 12271428. OLE color: 12271428.
HSL color Cylindrical-coordinate representation of color #443FBB: hue angle of 242.42º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #443FBB is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 63 | 187 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.27 |
| HSL | 242.42º | 0.5% | 0.49% | - |
| HSV(B) | 242.42º | 0.66% | 0.73% | - |
| XYZ | 13.13 | 8.37 | 47.94 | - |
| YUV | 78.63 | 189.16 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 187 | 0.64 | 0.66 | 0 | 0.27 | 242.42 | 0.5 | 0.49 |
| Hex | 44 | 3F | BB | 40 | 42 | 0 | 1B | F2 | 32 | 31 |
| Octal | 104 | 77 | 273 | 100 | 102 | 0 | 33 | 362 | 62 | 61 |
| Binary | 1000100 | 111111 | 10111011 | 1000000 | 1000010 | 0 | 11011 | 11110010 | 110010 | 110001 |
Color Harmonies of #443FBB
Complementary color
Monochromatic Colors of #443FBB
Black with #443FBB
Text Example
Text Example
White with #443FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443FBB; }
p { color: rgb(68,63,187); }
H1.HeaderClassName
{
color: #443FBB;
}
.AnyTagClassName
{
color: #443FBB;
}
</style>
background-color css
<style>
a { background-color: #443FBB; }
a { background-color: rgb(68,63,187); }
div.DivClassName
{
background-color: #443FBB;
}
.BgClassName
{
background-color: #443FBB;
}
</style>
border-color css
<style>
span { border-color: #443FBB; }
span { border-color: rgb(68,63,187); }
td.TdClassName
{
border-color: #443FBB;
}
.TagClassName
{
border-color: #443FBB;
}
</style>