Shades of Free Speech Blue #453FC9
Tints of Free Speech Blue #453FC9
RGB
CMYK
RGB Variations
Color information
#453FC9 (or 0x453FC9) is known color: Free Speech Blue. HEX triplet: 45, 3F and C9. RGB value is (69,63,201). Sum of RGB (Red+Green+Blue) = 69+63+201=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 201 (78.91% from 255 or 60.36% from 333); Max value from RGB is 201 - color contains mainly: blue. Hex color #453FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FC9 is #BAC036. Grayscale: #4F4F4F. Windows color (decimal): -12238903 or 13188933. OLE color: 13188933.
HSL color Cylindrical-coordinate representation of color #453FC9: hue angle of 242.61º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #453FC9 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 63 | 201 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.21 |
| HSL | 242.61º | 0.56% | 0.52% | - |
| HSV(B) | 242.61º | 0.69% | 0.79% | - |
| XYZ | 14.77 | 9.04 | 56.22 | - |
| YUV | 80.53 | 195.99 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 201 | 0.66 | 0.69 | 0 | 0.21 | 242.61 | 0.56 | 0.52 |
| Hex | 45 | 3F | C9 | 42 | 45 | 0 | 15 | F3 | 38 | 34 |
| Octal | 105 | 77 | 311 | 102 | 105 | 0 | 25 | 363 | 70 | 64 |
| Binary | 1000101 | 111111 | 11001001 | 1000010 | 1000101 | 0 | 10101 | 11110011 | 111000 | 110100 |
Color Harmonies of #453FC9
Complementary color
Monochromatic Colors of #453FC9
Black with #453FC9
Text Example
Text Example
White with #453FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FC9; }
p { color: rgb(69,63,201); }
H1.HeaderClassName
{
color: #453FC9;
}
.AnyTagClassName
{
color: #453FC9;
}
</style>
background-color css
<style>
a { background-color: #453FC9; }
a { background-color: rgb(69,63,201); }
div.DivClassName
{
background-color: #453FC9;
}
.BgClassName
{
background-color: #453FC9;
}
</style>
border-color css
<style>
span { border-color: #453FC9; }
span { border-color: rgb(69,63,201); }
td.TdClassName
{
border-color: #453FC9;
}
.TagClassName
{
border-color: #453FC9;
}
</style>