Shades of Free Speech Blue #453FCE
Tints of Free Speech Blue #453FCE
RGB
CMYK
RGB Variations
Color information
#453FCE (or 0x453FCE) is known color: Free Speech Blue. HEX triplet: 45, 3F and CE. RGB value is (69,63,206). Sum of RGB (Red+Green+Blue) = 69+63+206=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #453FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #453FCE is #BAC031. Grayscale: #505050. Windows color (decimal): -12238898 or 13516613. OLE color: 13516613.
HSL color Cylindrical-coordinate representation of color #453FCE: hue angle of 242.52º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #453FCE is Cyan = 0.67, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 63 | 206 | - |
| CMYK | 0.67 | 0.69 | 0 | 0.19 |
| HSL | 242.52º | 0.59% | 0.53% | - |
| HSV(B) | 242.52º | 0.69% | 0.81% | - |
| XYZ | 15.37 | 9.28 | 59.37 | - |
| YUV | 81.1 | 198.49 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 63 | 206 | 0.67 | 0.69 | 0 | 0.19 | 242.52 | 0.59 | 0.53 |
| Hex | 45 | 3F | CE | 43 | 45 | 0 | 13 | F3 | 3B | 35 |
| Octal | 105 | 77 | 316 | 103 | 105 | 0 | 23 | 363 | 73 | 65 |
| Binary | 1000101 | 111111 | 11001110 | 1000011 | 1000101 | 0 | 10011 | 11110011 | 111011 | 110101 |
Color Harmonies of #453FCE
Complementary color
Monochromatic Colors of #453FCE
Black with #453FCE
Text Example
Text Example
White with #453FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #453FCE; }
p { color: rgb(69,63,206); }
H1.HeaderClassName
{
color: #453FCE;
}
.AnyTagClassName
{
color: #453FCE;
}
</style>
background-color css
<style>
a { background-color: #453FCE; }
a { background-color: rgb(69,63,206); }
div.DivClassName
{
background-color: #453FCE;
}
.BgClassName
{
background-color: #453FCE;
}
</style>
border-color css
<style>
span { border-color: #453FCE; }
span { border-color: rgb(69,63,206); }
td.TdClassName
{
border-color: #453FCE;
}
.TagClassName
{
border-color: #453FCE;
}
</style>