Shades of Free Speech Blue #454ECE
Tints of Free Speech Blue #454ECE
RGB
CMYK
RGB Variations
Color information
#454ECE (or 0x454ECE) is known color: Free Speech Blue. HEX triplet: 45, 4E and CE. RGB value is (69,78,206). Sum of RGB (Red+Green+Blue) = 69+78+206=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 78 (30.86% from 255 or 22.10% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #454ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #454ECE is #BAB131. Grayscale: #595959. Windows color (decimal): -12235058 or 13520453. OLE color: 13520453.
HSL color Cylindrical-coordinate representation of color #454ECE: hue angle of 236.06º 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 #454ECE is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 78 | 206 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.19 |
| HSL | 236.06º | 0.58% | 0.54% | - |
| HSV(B) | 236.06º | 0.67% | 0.81% | - |
| XYZ | 16.32 | 11.17 | 59.69 | - |
| YUV | 89.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 78 | 206 | 0.67 | 0.62 | 0 | 0.19 | 236.06 | 0.58 | 0.54 |
| Hex | 45 | 4E | CE | 43 | 3E | 0 | 13 | EC | 3A | 36 |
| Octal | 105 | 116 | 316 | 103 | 76 | 0 | 23 | 354 | 72 | 66 |
| Binary | 1000101 | 1001110 | 11001110 | 1000011 | 111110 | 0 | 10011 | 11101100 | 111010 | 110110 |
Color Harmonies of #454ECE
Complementary color
Monochromatic Colors of #454ECE
Black with #454ECE
Text Example
Text Example
White with #454ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #454ECE; }
p { color: rgb(69,78,206); }
H1.HeaderClassName
{
color: #454ECE;
}
.AnyTagClassName
{
color: #454ECE;
}
</style>
background-color css
<style>
a { background-color: #454ECE; }
a { background-color: rgb(69,78,206); }
div.DivClassName
{
background-color: #454ECE;
}
.BgClassName
{
background-color: #454ECE;
}
</style>
border-color css
<style>
span { border-color: #454ECE; }
span { border-color: rgb(69,78,206); }
td.TdClassName
{
border-color: #454ECE;
}
.TagClassName
{
border-color: #454ECE;
}
</style>