Shades of Free Speech Blue #453DC5
Tints of Free Speech Blue #453DC5
RGB
CMYK
RGB Variations
Color information
#453DC5 (or 0x453DC5) is known color: Free Speech Blue. HEX triplet: 45, 3D and C5. RGB value is (69,61,197). Sum of RGB (Red+Green+Blue) = 69+61+197=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 61 (24.22% from 255 or 18.65% from 327); Blue value is 197 (77.34% from 255 or 60.24% from 327); Max value from RGB is 197 - color contains mainly: blue. Hex color #453DC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453DC5 is #BAC23A. Grayscale: #4E4E4E. Windows color (decimal): -12239419 or 12926277. OLE color: 12926277.
HSL color Cylindrical-coordinate representation of color #453DC5: hue angle of 243.53º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #453DC5 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 61 | 197 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.23 |
| HSL | 243.53º | 0.54% | 0.51% | - |
| HSV(B) | 243.53º | 0.69% | 0.77% | - |
| XYZ | 14.2 | 8.63 | 53.74 | - |
| YUV | 78.9 | 194.65 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 61 | 197 | 0.65 | 0.69 | 0 | 0.23 | 243.53 | 0.54 | 0.51 |
| Hex | 45 | 3D | C5 | 41 | 45 | 0 | 17 | F4 | 36 | 33 |
| Octal | 105 | 75 | 305 | 101 | 105 | 0 | 27 | 364 | 66 | 63 |
| Binary | 1000101 | 111101 | 11000101 | 1000001 | 1000101 | 0 | 10111 | 11110100 | 110110 | 110011 |
Color Harmonies of #453DC5
Complementary color
Monochromatic Colors of #453DC5
Black with #453DC5
Text Example
Text Example
White with #453DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453DC5; }
p { color: rgb(69,61,197); }
H1.HeaderClassName
{
color: #453DC5;
}
.AnyTagClassName
{
color: #453DC5;
}
</style>
background-color css
<style>
a { background-color: #453DC5; }
a { background-color: rgb(69,61,197); }
div.DivClassName
{
background-color: #453DC5;
}
.BgClassName
{
background-color: #453DC5;
}
</style>
border-color css
<style>
span { border-color: #453DC5; }
span { border-color: rgb(69,61,197); }
td.TdClassName
{
border-color: #453DC5;
}
.TagClassName
{
border-color: #453DC5;
}
</style>