Shades of Free Speech Blue #453FCD
Tints of Free Speech Blue #453FCD
RGB
CMYK
RGB Variations
Color information
#453FCD (or 0x453FCD) is known color: Free Speech Blue. HEX triplet: 45, 3F and CD. RGB value is (69,63,205). Sum of RGB (Red+Green+Blue) = 69+63+205=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 205 (80.47% from 255 or 60.83% from 337); Max value from RGB is 205 - color contains mainly: blue. Hex color #453FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FCD is #BAC032. Grayscale: #505050. Windows color (decimal): -12238899 or 13451077. OLE color: 13451077.
HSL color Cylindrical-coordinate representation of color #453FCD: hue angle of 242.54º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #453FCD is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 63 | 205 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.20 |
| HSL | 242.54º | 0.59% | 0.53% | - |
| HSV(B) | 242.54º | 0.69% | 0.8% | - |
| XYZ | 15.25 | 9.23 | 58.73 | - |
| YUV | 80.98 | 197.99 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 205 | 0.66 | 0.69 | 0 | 0.20 | 242.54 | 0.59 | 0.53 |
| Hex | 45 | 3F | CD | 42 | 45 | 0 | 14 | F3 | 3B | 35 |
| Octal | 105 | 77 | 315 | 102 | 105 | 0 | 24 | 363 | 73 | 65 |
| Binary | 1000101 | 111111 | 11001101 | 1000010 | 1000101 | 0 | 10100 | 11110011 | 111011 | 110101 |
Color Harmonies of #453FCD
Complementary color
Monochromatic Colors of #453FCD
Black with #453FCD
Text Example
Text Example
White with #453FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FCD; }
p { color: rgb(69,63,205); }
H1.HeaderClassName
{
color: #453FCD;
}
.AnyTagClassName
{
color: #453FCD;
}
</style>
background-color css
<style>
a { background-color: #453FCD; }
a { background-color: rgb(69,63,205); }
div.DivClassName
{
background-color: #453FCD;
}
.BgClassName
{
background-color: #453FCD;
}
</style>
border-color css
<style>
span { border-color: #453FCD; }
span { border-color: rgb(69,63,205); }
td.TdClassName
{
border-color: #453FCD;
}
.TagClassName
{
border-color: #453FCD;
}
</style>