Shades of Free Speech Blue #453CC0
Tints of Free Speech Blue #453CC0
RGB
CMYK
RGB Variations
Color information
#453CC0 (or 0x453CC0) is known color: Free Speech Blue. HEX triplet: 45, 3C and C0. RGB value is (69,60,192). Sum of RGB (Red+Green+Blue) = 69+60+192=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 192 (75.39% from 255 or 59.81% from 321); Max value from RGB is 192 - color contains mainly: blue. Hex color #453CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453CC0 is #BAC33F. Grayscale: #4D4D4D. Windows color (decimal): -12239680 or 12598341. OLE color: 12598341.
HSL color Cylindrical-coordinate representation of color #453CC0: hue angle of 244.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #453CC0 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 60 | 192 | - |
| CMYK | 0.64 | 0.69 | 0 | 0.25 |
| HSL | 244.09º | 0.52% | 0.49% | - |
| HSV(B) | 244.09º | 0.69% | 0.75% | - |
| XYZ | 13.58 | 8.3 | 50.76 | - |
| YUV | 77.74 | 192.48 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 60 | 192 | 0.64 | 0.69 | 0 | 0.25 | 244.09 | 0.52 | 0.49 |
| Hex | 45 | 3C | C0 | 40 | 45 | 0 | 19 | F4 | 34 | 31 |
| Octal | 105 | 74 | 300 | 100 | 105 | 0 | 31 | 364 | 64 | 61 |
| Binary | 1000101 | 111100 | 11000000 | 1000000 | 1000101 | 0 | 11001 | 11110100 | 110100 | 110001 |
Color Harmonies of #453CC0
Complementary color
Monochromatic Colors of #453CC0
Black with #453CC0
Text Example
Text Example
White with #453CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453CC0; }
p { color: rgb(69,60,192); }
H1.HeaderClassName
{
color: #453CC0;
}
.AnyTagClassName
{
color: #453CC0;
}
</style>
background-color css
<style>
a { background-color: #453CC0; }
a { background-color: rgb(69,60,192); }
div.DivClassName
{
background-color: #453CC0;
}
.BgClassName
{
background-color: #453CC0;
}
</style>
border-color css
<style>
span { border-color: #453CC0; }
span { border-color: rgb(69,60,192); }
td.TdClassName
{
border-color: #453CC0;
}
.TagClassName
{
border-color: #453CC0;
}
</style>