Shades of Free Speech Blue #455FC2
Tints of Free Speech Blue #455FC2
RGB
CMYK
RGB Variations
Color information
#455FC2 (or 0x455FC2) is known color: Free Speech Blue. HEX triplet: 45, 5F and C2. RGB value is (69,95,194). Sum of RGB (Red+Green+Blue) = 69+95+194=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 194 (76.17% from 255 or 54.19% from 358); Max value from RGB is 194 - color contains mainly: blue. Hex color #455FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455FC2 is #BAA03D. Grayscale: #626262. Windows color (decimal): -12230718 or 12738373. OLE color: 12738373.
HSL color Cylindrical-coordinate representation of color #455FC2: hue angle of 227.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #455FC2 is Cyan = 0.64, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 95 | 194 | - |
| CMYK | 0.64 | 0.51 | 0 | 0.24 |
| HSL | 227.52º | 0.51% | 0.52% | - |
| HSV(B) | 227.52º | 0.64% | 0.76% | - |
| XYZ | 16.28 | 13.34 | 52.76 | - |
| YUV | 98.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 95 | 194 | 0.64 | 0.51 | 0 | 0.24 | 227.52 | 0.51 | 0.52 |
| Hex | 45 | 5F | C2 | 40 | 33 | 0 | 18 | E4 | 33 | 34 |
| Octal | 105 | 137 | 302 | 100 | 63 | 0 | 30 | 344 | 63 | 64 |
| Binary | 1000101 | 1011111 | 11000010 | 1000000 | 110011 | 0 | 11000 | 11100100 | 110011 | 110100 |
Color Harmonies of #455FC2
Complementary color
Monochromatic Colors of #455FC2
Black with #455FC2
Text Example
Text Example
White with #455FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455FC2; }
p { color: rgb(69,95,194); }
H1.HeaderClassName
{
color: #455FC2;
}
.AnyTagClassName
{
color: #455FC2;
}
</style>
background-color css
<style>
a { background-color: #455FC2; }
a { background-color: rgb(69,95,194); }
div.DivClassName
{
background-color: #455FC2;
}
.BgClassName
{
background-color: #455FC2;
}
</style>
border-color css
<style>
span { border-color: #455FC2; }
span { border-color: rgb(69,95,194); }
td.TdClassName
{
border-color: #455FC2;
}
.TagClassName
{
border-color: #455FC2;
}
</style>