Shades of Free Speech Blue #453DCD
Tints of Free Speech Blue #453DCD
RGB
CMYK
RGB Variations
Color information
#453DCD (or 0x453DCD) is known color: Free Speech Blue. HEX triplet: 45, 3D and CD. RGB value is (69,61,205). Sum of RGB (Red+Green+Blue) = 69+61+205=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 205 (80.47% from 255 or 61.19% from 335); Max value from RGB is 205 - color contains mainly: blue. Hex color #453DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453DCD is #BAC232. Grayscale: #4F4F4F. Windows color (decimal): -12239411 or 13450565. OLE color: 13450565.
HSL color Cylindrical-coordinate representation of color #453DCD: hue angle of 243.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #453DCD is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 61 | 205 | - |
| CMYK | 0.66 | 0.70 | 0 | 0.20 |
| HSL | 243.33º | 0.59% | 0.52% | - |
| HSV(B) | 243.33º | 0.7% | 0.8% | - |
| XYZ | 15.14 | 9.01 | 58.7 | - |
| YUV | 79.81 | 198.65 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 205 | 0.66 | 0.70 | 0 | 0.20 | 243.33 | 0.59 | 0.52 |
| Hex | 45 | 3D | CD | 42 | 46 | 0 | 14 | F3 | 3B | 34 |
| Octal | 105 | 75 | 315 | 102 | 106 | 0 | 24 | 363 | 73 | 64 |
| Binary | 1000101 | 111101 | 11001101 | 1000010 | 1000110 | 0 | 10100 | 11110011 | 111011 | 110100 |
Color Harmonies of #453DCD
Complementary color
Monochromatic Colors of #453DCD
Black with #453DCD
Text Example
Text Example
White with #453DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453DCD; }
p { color: rgb(69,61,205); }
H1.HeaderClassName
{
color: #453DCD;
}
.AnyTagClassName
{
color: #453DCD;
}
</style>
background-color css
<style>
a { background-color: #453DCD; }
a { background-color: rgb(69,61,205); }
div.DivClassName
{
background-color: #453DCD;
}
.BgClassName
{
background-color: #453DCD;
}
</style>
border-color css
<style>
span { border-color: #453DCD; }
span { border-color: rgb(69,61,205); }
td.TdClassName
{
border-color: #453DCD;
}
.TagClassName
{
border-color: #453DCD;
}
</style>