Shades of Free Speech Blue #453CBB
Tints of Free Speech Blue #453CBB
RGB
CMYK
RGB Variations
Color information
#453CBB (or 0x453CBB) is known color: Free Speech Blue. HEX triplet: 45, 3C and BB. RGB value is (69,60,187). Sum of RGB (Red+Green+Blue) = 69+60+187=316 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.84% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #453CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453CBB is #BAC344. Grayscale: #4C4C4C. Windows color (decimal): -12239685 or 12270661. OLE color: 12270661.
HSL color Cylindrical-coordinate representation of color #453CBB: hue angle of 244.25º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #453CBB is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 60 | 187 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.27 |
| HSL | 244.25º | 0.51% | 0.48% | - |
| HSV(B) | 244.25º | 0.68% | 0.73% | - |
| XYZ | 13.04 | 8.08 | 47.89 | - |
| YUV | 77.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 187 | 0.63 | 0.68 | 0 | 0.27 | 244.25 | 0.51 | 0.48 |
| Hex | 45 | 3C | BB | 3F | 44 | 0 | 1B | F4 | 33 | 30 |
| Octal | 105 | 74 | 273 | 77 | 104 | 0 | 33 | 364 | 63 | 60 |
| Binary | 1000101 | 111100 | 10111011 | 111111 | 1000100 | 0 | 11011 | 11110100 | 110011 | 110000 |
Color Harmonies of #453CBB
Complementary color
Monochromatic Colors of #453CBB
Black with #453CBB
Text Example
Text Example
White with #453CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CBB; }
p { color: rgb(69,60,187); }
H1.HeaderClassName
{
color: #453CBB;
}
.AnyTagClassName
{
color: #453CBB;
}
</style>
background-color css
<style>
a { background-color: #453CBB; }
a { background-color: rgb(69,60,187); }
div.DivClassName
{
background-color: #453CBB;
}
.BgClassName
{
background-color: #453CBB;
}
</style>
border-color css
<style>
span { border-color: #453CBB; }
span { border-color: rgb(69,60,187); }
td.TdClassName
{
border-color: #453CBB;
}
.TagClassName
{
border-color: #453CBB;
}
</style>