Shades of Free Speech Blue #424DBC
Tints of Free Speech Blue #424DBC
RGB
CMYK
RGB Variations
Color information
#424DBC (or 0x424DBC) is known color: Free Speech Blue. HEX triplet: 42, 4D and BC. RGB value is (66,77,188). Sum of RGB (Red+Green+Blue) = 66+77+188=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #424DBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DBC is #BDB243. Grayscale: #555555. Windows color (decimal): -12431940 or 12340546. OLE color: 12340546.
HSL color Cylindrical-coordinate representation of color #424DBC: hue angle of 234.59º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424DBC is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 77 | 188 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.26 |
| HSL | 234.59º | 0.48% | 0.5% | - |
| HSV(B) | 234.59º | 0.65% | 0.74% | - |
| XYZ | 13.98 | 10.1 | 48.79 | - |
| YUV | 86.37 | 185.36 | 113.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 188 | 0.65 | 0.59 | 0 | 0.26 | 234.59 | 0.48 | 0.5 |
| Hex | 42 | 4D | BC | 41 | 3B | 0 | 1A | EB | 30 | 32 |
| Octal | 102 | 115 | 274 | 101 | 73 | 0 | 32 | 353 | 60 | 62 |
| Binary | 1000010 | 1001101 | 10111100 | 1000001 | 111011 | 0 | 11010 | 11101011 | 110000 | 110010 |
Color Harmonies of #424DBC
Complementary color
Monochromatic Colors of #424DBC
Black with #424DBC
Text Example
Text Example
White with #424DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DBC; }
p { color: rgb(66,77,188); }
H1.HeaderClassName
{
color: #424DBC;
}
.AnyTagClassName
{
color: #424DBC;
}
</style>
background-color css
<style>
a { background-color: #424DBC; }
a { background-color: rgb(66,77,188); }
div.DivClassName
{
background-color: #424DBC;
}
.BgClassName
{
background-color: #424DBC;
}
</style>
border-color css
<style>
span { border-color: #424DBC; }
span { border-color: rgb(66,77,188); }
td.TdClassName
{
border-color: #424DBC;
}
.TagClassName
{
border-color: #424DBC;
}
</style>