Shades of Free Speech Blue #445DC8
Tints of Free Speech Blue #445DC8
RGB
CMYK
RGB Variations
Color information
#445DC8 (or 0x445DC8) is known color: Free Speech Blue. HEX triplet: 44, 5D and C8. RGB value is (68,93,200). Sum of RGB (Red+Green+Blue) = 68+93+200=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 200 (78.52% from 255 or 55.40% from 361); Max value from RGB is 200 - color contains mainly: blue. Hex color #445DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DC8 is #BBA237. Grayscale: #616161. Windows color (decimal): -12296760 or 13131076. OLE color: 13131076.
HSL color Cylindrical-coordinate representation of color #445DC8: hue angle of 228.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #445DC8 is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 93 | 200 | - |
| CMYK | 0.66 | 0.54 | 0 | 0.22 |
| HSL | 228.64º | 0.55% | 0.53% | - |
| HSV(B) | 228.64º | 0.66% | 0.78% | - |
| XYZ | 16.72 | 13.23 | 56.32 | - |
| YUV | 97.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 200 | 0.66 | 0.54 | 0 | 0.22 | 228.64 | 0.55 | 0.53 |
| Hex | 44 | 5D | C8 | 42 | 36 | 0 | 16 | E5 | 37 | 35 |
| Octal | 104 | 135 | 310 | 102 | 66 | 0 | 26 | 345 | 67 | 65 |
| Binary | 1000100 | 1011101 | 11001000 | 1000010 | 110110 | 0 | 10110 | 11100101 | 110111 | 110101 |
Color Harmonies of #445DC8
Complementary color
Monochromatic Colors of #445DC8
Black with #445DC8
Text Example
Text Example
White with #445DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DC8; }
p { color: rgb(68,93,200); }
H1.HeaderClassName
{
color: #445DC8;
}
.AnyTagClassName
{
color: #445DC8;
}
</style>
background-color css
<style>
a { background-color: #445DC8; }
a { background-color: rgb(68,93,200); }
div.DivClassName
{
background-color: #445DC8;
}
.BgClassName
{
background-color: #445DC8;
}
</style>
border-color css
<style>
span { border-color: #445DC8; }
span { border-color: rgb(68,93,200); }
td.TdClassName
{
border-color: #445DC8;
}
.TagClassName
{
border-color: #445DC8;
}
</style>