Shades of Free Speech Blue #443BCB
Tints of Free Speech Blue #443BCB
RGB
CMYK
RGB Variations
Color information
#443BCB (or 0x443BCB) is known color: Free Speech Blue. HEX triplet: 44, 3B and CB. RGB value is (68,59,203). Sum of RGB (Red+Green+Blue) = 68+59+203=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 59 (23.44% from 255 or 17.88% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #443BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443BCB is #BBC434. Grayscale: #4D4D4D. Windows color (decimal): -12305461 or 13318980. OLE color: 13318980.
HSL color Cylindrical-coordinate representation of color #443BCB: hue angle of 243.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #443BCB is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 59 | 203 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.20 |
| HSL | 243.75º | 0.58% | 0.51% | - |
| HSV(B) | 243.75º | 0.71% | 0.8% | - |
| XYZ | 14.73 | 8.67 | 57.4 | - |
| YUV | 78.11 | 198.48 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 59 | 203 | 0.67 | 0.71 | 0 | 0.20 | 243.75 | 0.58 | 0.51 |
| Hex | 44 | 3B | CB | 43 | 47 | 0 | 14 | F4 | 3A | 33 |
| Octal | 104 | 73 | 313 | 103 | 107 | 0 | 24 | 364 | 72 | 63 |
| Binary | 1000100 | 111011 | 11001011 | 1000011 | 1000111 | 0 | 10100 | 11110100 | 111010 | 110011 |
Color Harmonies of #443BCB
Complementary color
Monochromatic Colors of #443BCB
Black with #443BCB
Text Example
Text Example
White with #443BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443BCB; }
p { color: rgb(68,59,203); }
H1.HeaderClassName
{
color: #443BCB;
}
.AnyTagClassName
{
color: #443BCB;
}
</style>
background-color css
<style>
a { background-color: #443BCB; }
a { background-color: rgb(68,59,203); }
div.DivClassName
{
background-color: #443BCB;
}
.BgClassName
{
background-color: #443BCB;
}
</style>
border-color css
<style>
span { border-color: #443BCB; }
span { border-color: rgb(68,59,203); }
td.TdClassName
{
border-color: #443BCB;
}
.TagClassName
{
border-color: #443BCB;
}
</style>