Shades of Free Speech Blue #453FB5
Tints of Free Speech Blue #453FB5
RGB
CMYK
RGB Variations
Color information
#453FB5 (or 0x453FB5) is known color: Free Speech Blue. HEX triplet: 45, 3F and B5. RGB value is (69,63,181). Sum of RGB (Red+Green+Blue) = 69+63+181=313 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.04% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #453FB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FB5 is #BAC04A. Grayscale: #4D4D4D. Windows color (decimal): -12238923 or 11878213. OLE color: 11878213.
HSL color Cylindrical-coordinate representation of color #453FB5: hue angle of 243.05º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #453FB5 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 69 | 63 | 181 | - |
| CMYK | 0.62 | 0.65 | 0 | 0.29 |
| HSL | 243.05º | 0.48% | 0.48% | - |
| HSV(B) | 243.05º | 0.65% | 0.71% | - |
| XYZ | 12.57 | 8.16 | 44.63 | - |
| YUV | 78.25 | 185.99 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 181 | 0.62 | 0.65 | 0 | 0.29 | 243.05 | 0.48 | 0.48 |
| Hex | 45 | 3F | B5 | 3E | 41 | 0 | 1D | F3 | 30 | 30 |
| Octal | 105 | 77 | 265 | 76 | 101 | 0 | 35 | 363 | 60 | 60 |
| Binary | 1000101 | 111111 | 10110101 | 111110 | 1000001 | 0 | 11101 | 11110011 | 110000 | 110000 |
Color Harmonies of #453FB5
Complementary color
Monochromatic Colors of #453FB5
Black with #453FB5
Text Example
Text Example
White with #453FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FB5; }
p { color: rgb(69,63,181); }
H1.HeaderClassName
{
color: #453FB5;
}
.AnyTagClassName
{
color: #453FB5;
}
</style>
background-color css
<style>
a { background-color: #453FB5; }
a { background-color: rgb(69,63,181); }
div.DivClassName
{
background-color: #453FB5;
}
.BgClassName
{
background-color: #453FB5;
}
</style>
border-color css
<style>
span { border-color: #453FB5; }
span { border-color: rgb(69,63,181); }
td.TdClassName
{
border-color: #453FB5;
}
.TagClassName
{
border-color: #453FB5;
}
</style>