Shades of Free Speech Blue #453ECE
Tints of Free Speech Blue #453ECE
RGB
CMYK
RGB Variations
Color information
#453ECE (or 0x453ECE) is known color: Free Speech Blue. HEX triplet: 45, 3E and CE. RGB value is (69,62,206). Sum of RGB (Red+Green+Blue) = 69+62+206=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 206 (80.86% from 255 or 61.13% from 337); Max value from RGB is 206 - color contains mainly: blue. Hex color #453ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453ECE is #BAC131. Grayscale: #4F4F4F. Windows color (decimal): -12239154 or 13516357. OLE color: 13516357.
HSL color Cylindrical-coordinate representation of color #453ECE: hue angle of 242.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #453ECE is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 62 | 206 | - |
| CMYK | 0.67 | 0.70 | 0 | 0.19 |
| HSL | 242.92º | 0.6% | 0.53% | - |
| HSV(B) | 242.92º | 0.7% | 0.81% | - |
| XYZ | 15.32 | 9.17 | 59.35 | - |
| YUV | 80.51 | 198.82 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 206 | 0.67 | 0.70 | 0 | 0.19 | 242.92 | 0.6 | 0.53 |
| Hex | 45 | 3E | CE | 43 | 46 | 0 | 13 | F3 | 3C | 35 |
| Octal | 105 | 76 | 316 | 103 | 106 | 0 | 23 | 363 | 74 | 65 |
| Binary | 1000101 | 111110 | 11001110 | 1000011 | 1000110 | 0 | 10011 | 11110011 | 111100 | 110101 |
Color Harmonies of #453ECE
Complementary color
Monochromatic Colors of #453ECE
Black with #453ECE
Text Example
Text Example
White with #453ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453ECE; }
p { color: rgb(69,62,206); }
H1.HeaderClassName
{
color: #453ECE;
}
.AnyTagClassName
{
color: #453ECE;
}
</style>
background-color css
<style>
a { background-color: #453ECE; }
a { background-color: rgb(69,62,206); }
div.DivClassName
{
background-color: #453ECE;
}
.BgClassName
{
background-color: #453ECE;
}
</style>
border-color css
<style>
span { border-color: #453ECE; }
span { border-color: rgb(69,62,206); }
td.TdClassName
{
border-color: #453ECE;
}
.TagClassName
{
border-color: #453ECE;
}
</style>