Shades of Free Speech Blue #443CCF
Tints of Free Speech Blue #443CCF
RGB
CMYK
RGB Variations
Color information
#443CCF (or 0x443CCF) is known color: Free Speech Blue. HEX triplet: 44, 3C and CF. RGB value is (68,60,207). Sum of RGB (Red+Green+Blue) = 68+60+207=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 207 (81.25% from 255 or 61.79% from 335); Max value from RGB is 207 - color contains mainly: blue. Hex color #443CCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CCF is #BBC330. Grayscale: #4E4E4E. Windows color (decimal): -12305201 or 13581380. OLE color: 13581380.
HSL color Cylindrical-coordinate representation of color #443CCF: hue angle of 243.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #443CCF is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 60 | 207 | - |
| CMYK | 0.67 | 0.71 | 0 | 0.19 |
| HSL | 243.27º | 0.6% | 0.52% | - |
| HSV(B) | 243.27º | 0.71% | 0.81% | - |
| XYZ | 15.26 | 8.97 | 59.96 | - |
| YUV | 79.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 207 | 0.67 | 0.71 | 0 | 0.19 | 243.27 | 0.6 | 0.52 |
| Hex | 44 | 3C | CF | 43 | 47 | 0 | 13 | F3 | 3C | 34 |
| Octal | 104 | 74 | 317 | 103 | 107 | 0 | 23 | 363 | 74 | 64 |
| Binary | 1000100 | 111100 | 11001111 | 1000011 | 1000111 | 0 | 10011 | 11110011 | 111100 | 110100 |
Color Harmonies of #443CCF
Complementary color
Monochromatic Colors of #443CCF
Black with #443CCF
Text Example
Text Example
White with #443CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443CCF; }
p { color: rgb(68,60,207); }
H1.HeaderClassName
{
color: #443CCF;
}
.AnyTagClassName
{
color: #443CCF;
}
</style>
background-color css
<style>
a { background-color: #443CCF; }
a { background-color: rgb(68,60,207); }
div.DivClassName
{
background-color: #443CCF;
}
.BgClassName
{
background-color: #443CCF;
}
</style>
border-color css
<style>
span { border-color: #443CCF; }
span { border-color: rgb(68,60,207); }
td.TdClassName
{
border-color: #443CCF;
}
.TagClassName
{
border-color: #443CCF;
}
</style>