Shades of Free Speech Blue #424DB1
Tints of Free Speech Blue #424DB1
RGB
CMYK
RGB Variations
Color information
#424DB1 (or 0x424DB1) is known color: Free Speech Blue. HEX triplet: 42, 4D and B1. RGB value is (66,77,177). Sum of RGB (Red+Green+Blue) = 66+77+177=320 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.62% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 177 (69.53% from 255 or 55.31% from 320); Max value from RGB is 177 - color contains mainly: blue. Hex color #424DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #424DB1 is #BDB24E. Grayscale: #545454. Windows color (decimal): -12431951 or 11619650. OLE color: 11619650.
HSL color Cylindrical-coordinate representation of color #424DB1: hue angle of 234.05º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #424DB1 is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 77 | 177 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.31 |
| HSL | 234.05º | 0.46% | 0.48% | - |
| HSV(B) | 234.05º | 0.63% | 0.69% | - |
| XYZ | 12.84 | 9.64 | 42.78 | - |
| YUV | 85.11 | 179.86 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 177 | 0.63 | 0.56 | 0 | 0.31 | 234.05 | 0.46 | 0.48 |
| Hex | 42 | 4D | B1 | 3F | 38 | 0 | 1F | EA | 2E | 30 |
| Octal | 102 | 115 | 261 | 77 | 70 | 0 | 37 | 352 | 56 | 60 |
| Binary | 1000010 | 1001101 | 10110001 | 111111 | 111000 | 0 | 11111 | 11101010 | 101110 | 110000 |
Color Harmonies of #424DB1
Complementary color
Monochromatic Colors of #424DB1
Black with #424DB1
Text Example
Text Example
White with #424DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DB1; }
p { color: rgb(66,77,177); }
H1.HeaderClassName
{
color: #424DB1;
}
.AnyTagClassName
{
color: #424DB1;
}
</style>
background-color css
<style>
a { background-color: #424DB1; }
a { background-color: rgb(66,77,177); }
div.DivClassName
{
background-color: #424DB1;
}
.BgClassName
{
background-color: #424DB1;
}
</style>
border-color css
<style>
span { border-color: #424DB1; }
span { border-color: rgb(66,77,177); }
td.TdClassName
{
border-color: #424DB1;
}
.TagClassName
{
border-color: #424DB1;
}
</style>