Shades of Free Speech Blue #445DCE
Tints of Free Speech Blue #445DCE
RGB
CMYK
RGB Variations
Color information
#445DCE (or 0x445DCE) is known color: Free Speech Blue. HEX triplet: 44, 5D and CE. RGB value is (68,93,206). Sum of RGB (Red+Green+Blue) = 68+93+206=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 206 (80.86% from 255 or 56.13% from 367); Max value from RGB is 206 - color contains mainly: blue. Hex color #445DCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445DCE is #BBA231. Grayscale: #616161. Windows color (decimal): -12296754 or 13524292. OLE color: 13524292.
HSL color Cylindrical-coordinate representation of color #445DCE: hue angle of 229.13º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #445DCE is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 93 | 206 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.19 |
| HSL | 229.13º | 0.58% | 0.54% | - |
| HSV(B) | 229.13º | 0.67% | 0.81% | - |
| XYZ | 17.44 | 13.51 | 60.08 | - |
| YUV | 98.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 206 | 0.67 | 0.55 | 0 | 0.19 | 229.13 | 0.58 | 0.54 |
| Hex | 44 | 5D | CE | 43 | 37 | 0 | 13 | E5 | 3A | 36 |
| Octal | 104 | 135 | 316 | 103 | 67 | 0 | 23 | 345 | 72 | 66 |
| Binary | 1000100 | 1011101 | 11001110 | 1000011 | 110111 | 0 | 10011 | 11100101 | 111010 | 110110 |
Color Harmonies of #445DCE
Complementary color
Monochromatic Colors of #445DCE
Black with #445DCE
Text Example
Text Example
White with #445DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DCE; }
p { color: rgb(68,93,206); }
H1.HeaderClassName
{
color: #445DCE;
}
.AnyTagClassName
{
color: #445DCE;
}
</style>
background-color css
<style>
a { background-color: #445DCE; }
a { background-color: rgb(68,93,206); }
div.DivClassName
{
background-color: #445DCE;
}
.BgClassName
{
background-color: #445DCE;
}
</style>
border-color css
<style>
span { border-color: #445DCE; }
span { border-color: rgb(68,93,206); }
td.TdClassName
{
border-color: #445DCE;
}
.TagClassName
{
border-color: #445DCE;
}
</style>