Shades of Free Speech Blue #443CDA
Tints of Free Speech Blue #443CDA
RGB
CMYK
RGB Variations
Color information
#443CDA (or 0x443CDA) is known color: Free Speech Blue. HEX triplet: 44, 3C and DA. RGB value is (68,60,218). Sum of RGB (Red+Green+Blue) = 68+60+218=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #443CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #443CDA is #BBC325. Grayscale: #4F4F4F. Windows color (decimal): -12305190 or 14302276. OLE color: 14302276.
HSL color Cylindrical-coordinate representation of color #443CDA: hue angle of 243.04º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #443CDA is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 68 | 60 | 218 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.15 |
| HSL | 243.04º | 0.68% | 0.55% | - |
| HSV(B) | 243.04º | 0.72% | 0.85% | - |
| XYZ | 16.65 | 9.52 | 67.29 | - |
| YUV | 80.4 | 205.65 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 218 | 0.69 | 0.72 | 0 | 0.15 | 243.04 | 0.68 | 0.55 |
| Hex | 44 | 3C | DA | 45 | 48 | 0 | F | F3 | 44 | 37 |
| Octal | 104 | 74 | 332 | 105 | 110 | 0 | 17 | 363 | 104 | 67 |
| Binary | 1000100 | 111100 | 11011010 | 1000101 | 1001000 | 0 | 1111 | 11110011 | 1000100 | 110111 |
Color Harmonies of #443CDA
Complementary color
Monochromatic Colors of #443CDA
Black with #443CDA
Text Example
Text Example
White with #443CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443CDA; }
p { color: rgb(68,60,218); }
H1.HeaderClassName
{
color: #443CDA;
}
.AnyTagClassName
{
color: #443CDA;
}
</style>
background-color css
<style>
a { background-color: #443CDA; }
a { background-color: rgb(68,60,218); }
div.DivClassName
{
background-color: #443CDA;
}
.BgClassName
{
background-color: #443CDA;
}
</style>
border-color css
<style>
span { border-color: #443CDA; }
span { border-color: rgb(68,60,218); }
td.TdClassName
{
border-color: #443CDA;
}
.TagClassName
{
border-color: #443CDA;
}
</style>