Shades of Free Speech Blue #455ABC
Tints of Free Speech Blue #455ABC
RGB
CMYK
RGB Variations
Color information
#455ABC (or 0x455ABC) is known color: Free Speech Blue. HEX triplet: 45, 5A and BC. RGB value is (69,90,188). Sum of RGB (Red+Green+Blue) = 69+90+188=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #455ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #455ABC is #BAA543. Grayscale: #5E5E5E. Windows color (decimal): -12232004 or 12343877. OLE color: 12343877.
HSL color Cylindrical-coordinate representation of color #455ABC: hue angle of 229.41º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #455ABC is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 90 | 188 | - |
| CMYK | 0.63 | 0.52 | 0 | 0.26 |
| HSL | 229.41º | 0.47% | 0.5% | - |
| HSV(B) | 229.41º | 0.63% | 0.74% | - |
| XYZ | 15.19 | 12.21 | 49.13 | - |
| YUV | 94.89 | 180.54 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 90 | 188 | 0.63 | 0.52 | 0 | 0.26 | 229.41 | 0.47 | 0.5 |
| Hex | 45 | 5A | BC | 3F | 34 | 0 | 1A | E5 | 2F | 32 |
| Octal | 105 | 132 | 274 | 77 | 64 | 0 | 32 | 345 | 57 | 62 |
| Binary | 1000101 | 1011010 | 10111100 | 111111 | 110100 | 0 | 11010 | 11100101 | 101111 | 110010 |
Color Harmonies of #455ABC
Complementary color
Monochromatic Colors of #455ABC
Black with #455ABC
Text Example
Text Example
White with #455ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #455ABC; }
p { color: rgb(69,90,188); }
H1.HeaderClassName
{
color: #455ABC;
}
.AnyTagClassName
{
color: #455ABC;
}
</style>
background-color css
<style>
a { background-color: #455ABC; }
a { background-color: rgb(69,90,188); }
div.DivClassName
{
background-color: #455ABC;
}
.BgClassName
{
background-color: #455ABC;
}
</style>
border-color css
<style>
span { border-color: #455ABC; }
span { border-color: rgb(69,90,188); }
td.TdClassName
{
border-color: #455ABC;
}
.TagClassName
{
border-color: #455ABC;
}
</style>