Shades of Free Speech Blue #453ECD
Tints of Free Speech Blue #453ECD
RGB
CMYK
RGB Variations
Color information
#453ECD (or 0x453ECD) is known color: Free Speech Blue. HEX triplet: 45, 3E and CD. RGB value is (69,62,205). Sum of RGB (Red+Green+Blue) = 69+62+205=336 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.54% from 336); Green value is 62 (24.61% from 255 or 18.45% from 336); Blue value is 205 (80.47% from 255 or 61.01% from 336); Max value from RGB is 205 - color contains mainly: blue. Hex color #453ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453ECD is #BAC132. Grayscale: #4F4F4F. Windows color (decimal): -12239155 or 13450821. OLE color: 13450821.
HSL color Cylindrical-coordinate representation of color #453ECD: hue angle of 242.94º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #453ECD is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 62 | 205 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.20 |
| HSL | 242.94º | 0.59% | 0.52% | - |
| HSV(B) | 242.94º | 0.7% | 0.8% | - |
| XYZ | 15.2 | 9.12 | 58.72 | - |
| YUV | 80.4 | 198.32 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 62 | 205 | 0.66 | 0.70 | 0 | 0.20 | 242.94 | 0.59 | 0.52 |
| Hex | 45 | 3E | CD | 42 | 46 | 0 | 14 | F3 | 3B | 34 |
| Octal | 105 | 76 | 315 | 102 | 106 | 0 | 24 | 363 | 73 | 64 |
| Binary | 1000101 | 111110 | 11001101 | 1000010 | 1000110 | 0 | 10100 | 11110011 | 111011 | 110100 |
Color Harmonies of #453ECD
Complementary color
Monochromatic Colors of #453ECD
Black with #453ECD
Text Example
Text Example
White with #453ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453ECD; }
p { color: rgb(69,62,205); }
H1.HeaderClassName
{
color: #453ECD;
}
.AnyTagClassName
{
color: #453ECD;
}
</style>
background-color css
<style>
a { background-color: #453ECD; }
a { background-color: rgb(69,62,205); }
div.DivClassName
{
background-color: #453ECD;
}
.BgClassName
{
background-color: #453ECD;
}
</style>
border-color css
<style>
span { border-color: #453ECD; }
span { border-color: rgb(69,62,205); }
td.TdClassName
{
border-color: #453ECD;
}
.TagClassName
{
border-color: #453ECD;
}
</style>