Shades of Free Speech Blue #443CB5
Tints of Free Speech Blue #443CB5
RGB
CMYK
RGB Variations
Color information
#443CB5 (or 0x443CB5) is known color: Free Speech Blue. HEX triplet: 44, 3C and B5. RGB value is (68,60,181). Sum of RGB (Red+Green+Blue) = 68+60+181=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #443CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CB5 is #BBC34A. Grayscale: #4B4B4B. Windows color (decimal): -12305227 or 11877444. OLE color: 11877444.
HSL color Cylindrical-coordinate representation of color #443CB5: hue angle of 243.97º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #443CB5 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 60 | 181 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.29 |
| HSL | 243.97º | 0.5% | 0.47% | - |
| HSV(B) | 243.97º | 0.67% | 0.71% | - |
| XYZ | 12.34 | 7.8 | 44.57 | - |
| YUV | 76.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 181 | 0.62 | 0.67 | 0 | 0.29 | 243.97 | 0.5 | 0.47 |
| Hex | 44 | 3C | B5 | 3E | 43 | 0 | 1D | F4 | 32 | 2F |
| Octal | 104 | 74 | 265 | 76 | 103 | 0 | 35 | 364 | 62 | 57 |
| Binary | 1000100 | 111100 | 10110101 | 111110 | 1000011 | 0 | 11101 | 11110100 | 110010 | 101111 |
Color Harmonies of #443CB5
Complementary color
Monochromatic Colors of #443CB5
Black with #443CB5
Text Example
Text Example
White with #443CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443CB5; }
p { color: rgb(68,60,181); }
H1.HeaderClassName
{
color: #443CB5;
}
.AnyTagClassName
{
color: #443CB5;
}
</style>
background-color css
<style>
a { background-color: #443CB5; }
a { background-color: rgb(68,60,181); }
div.DivClassName
{
background-color: #443CB5;
}
.BgClassName
{
background-color: #443CB5;
}
</style>
border-color css
<style>
span { border-color: #443CB5; }
span { border-color: rgb(68,60,181); }
td.TdClassName
{
border-color: #443CB5;
}
.TagClassName
{
border-color: #443CB5;
}
</style>