Shades of Free Speech Blue #445ECE
Tints of Free Speech Blue #445ECE
RGB
CMYK
RGB Variations
Color information
#445ECE (or 0x445ECE) is known color: Free Speech Blue. HEX triplet: 44, 5E and CE. RGB value is (68,94,206). Sum of RGB (Red+Green+Blue) = 68+94+206=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 206 (80.86% from 255 or 55.98% from 368); Max value from RGB is 206 - color contains mainly: blue. Hex color #445ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #445ECE is #BBA131. Grayscale: #626262. Windows color (decimal): -12296498 or 13524548. OLE color: 13524548.
HSL color Cylindrical-coordinate representation of color #445ECE: hue angle of 228.7º 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 #445ECE is Cyan = 0.67, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 94 | 206 | - |
| CMYK | 0.67 | 0.54 | 0 | 0.19 |
| HSL | 228.7º | 0.58% | 0.54% | - |
| HSV(B) | 228.7º | 0.67% | 0.81% | - |
| XYZ | 17.53 | 13.69 | 60.11 | - |
| YUV | 98.99 | 188.39 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 206 | 0.67 | 0.54 | 0 | 0.19 | 228.7 | 0.58 | 0.54 |
| Hex | 44 | 5E | CE | 43 | 36 | 0 | 13 | E5 | 3A | 36 |
| Octal | 104 | 136 | 316 | 103 | 66 | 0 | 23 | 345 | 72 | 66 |
| Binary | 1000100 | 1011110 | 11001110 | 1000011 | 110110 | 0 | 10011 | 11100101 | 111010 | 110110 |
Color Harmonies of #445ECE
Complementary color
Monochromatic Colors of #445ECE
Black with #445ECE
Text Example
Text Example
White with #445ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445ECE; }
p { color: rgb(68,94,206); }
H1.HeaderClassName
{
color: #445ECE;
}
.AnyTagClassName
{
color: #445ECE;
}
</style>
background-color css
<style>
a { background-color: #445ECE; }
a { background-color: rgb(68,94,206); }
div.DivClassName
{
background-color: #445ECE;
}
.BgClassName
{
background-color: #445ECE;
}
</style>
border-color css
<style>
span { border-color: #445ECE; }
span { border-color: rgb(68,94,206); }
td.TdClassName
{
border-color: #445ECE;
}
.TagClassName
{
border-color: #445ECE;
}
</style>