Shades of Free Speech Blue #455BCC
Tints of Free Speech Blue #455BCC
RGB
CMYK
RGB Variations
Color information
#455BCC (or 0x455BCC) is known color: Free Speech Blue. HEX triplet: 45, 5B and CC. RGB value is (69,91,204). Sum of RGB (Red+Green+Blue) = 69+91+204=364 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.96% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #455BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455BCC is #BAA433. Grayscale: #606060. Windows color (decimal): -12231732 or 13392709. OLE color: 13392709.
HSL color Cylindrical-coordinate representation of color #455BCC: hue angle of 230.22º degrees, saturation: 0.57, 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 #455BCC is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 91 | 204 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.2 |
| HSL | 230.22º | 0.57% | 0.54% | - |
| HSV(B) | 230.22º | 0.66% | 0.8% | - |
| XYZ | 17.09 | 13.11 | 58.76 | - |
| YUV | 97.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 91 | 204 | 0.66 | 0.55 | 0 | 0.2 | 230.22 | 0.57 | 0.54 |
| Hex | 45 | 5B | CC | 42 | 37 | 0 | 14 | E6 | 39 | 36 |
| Octal | 105 | 133 | 314 | 102 | 67 | 0 | 24 | 346 | 71 | 66 |
| Binary | 1000101 | 1011011 | 11001100 | 1000010 | 110111 | 0 | 10100 | 11100110 | 111001 | 110110 |
Color Harmonies of #455BCC
Complementary color
Monochromatic Colors of #455BCC
Black with #455BCC
Text Example
Text Example
White with #455BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455BCC; }
p { color: rgb(69,91,204); }
H1.HeaderClassName
{
color: #455BCC;
}
.AnyTagClassName
{
color: #455BCC;
}
</style>
background-color css
<style>
a { background-color: #455BCC; }
a { background-color: rgb(69,91,204); }
div.DivClassName
{
background-color: #455BCC;
}
.BgClassName
{
background-color: #455BCC;
}
</style>
border-color css
<style>
span { border-color: #455BCC; }
span { border-color: rgb(69,91,204); }
td.TdClassName
{
border-color: #455BCC;
}
.TagClassName
{
border-color: #455BCC;
}
</style>