Shades of Free Speech Blue #455BCD
Tints of Free Speech Blue #455BCD
RGB
CMYK
RGB Variations
Color information
#455BCD (or 0x455BCD) is known color: Free Speech Blue. HEX triplet: 45, 5B and CD. RGB value is (69,91,205). Sum of RGB (Red+Green+Blue) = 69+91+205=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 205 (80.47% from 255 or 56.16% from 365); Max value from RGB is 205 - color contains mainly: blue. Hex color #455BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455BCD is #BAA432. Grayscale: #606060. Windows color (decimal): -12231731 or 13458245. OLE color: 13458245.
HSL color Cylindrical-coordinate representation of color #455BCD: hue angle of 230.29º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #455BCD is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 91 | 205 | - |
| CMYK | 0.66 | 0.56 | 0 | 0.20 |
| HSL | 230.29º | 0.58% | 0.54% | - |
| HSV(B) | 230.29º | 0.66% | 0.8% | - |
| XYZ | 17.21 | 13.16 | 59.39 | - |
| YUV | 97.42 | 188.71 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 205 | 0.66 | 0.56 | 0 | 0.20 | 230.29 | 0.58 | 0.54 |
| Hex | 45 | 5B | CD | 42 | 38 | 0 | 14 | E6 | 3A | 36 |
| Octal | 105 | 133 | 315 | 102 | 70 | 0 | 24 | 346 | 72 | 66 |
| Binary | 1000101 | 1011011 | 11001101 | 1000010 | 111000 | 0 | 10100 | 11100110 | 111010 | 110110 |
Color Harmonies of #455BCD
Complementary color
Monochromatic Colors of #455BCD
Black with #455BCD
Text Example
Text Example
White with #455BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BCD; }
p { color: rgb(69,91,205); }
H1.HeaderClassName
{
color: #455BCD;
}
.AnyTagClassName
{
color: #455BCD;
}
</style>
background-color css
<style>
a { background-color: #455BCD; }
a { background-color: rgb(69,91,205); }
div.DivClassName
{
background-color: #455BCD;
}
.BgClassName
{
background-color: #455BCD;
}
</style>
border-color css
<style>
span { border-color: #455BCD; }
span { border-color: rgb(69,91,205); }
td.TdClassName
{
border-color: #455BCD;
}
.TagClassName
{
border-color: #455BCD;
}
</style>