Shades of Free Speech Blue #424DB3
Tints of Free Speech Blue #424DB3
RGB
CMYK
RGB Variations
Color information
#424DB3 (or 0x424DB3) is known color: Free Speech Blue. HEX triplet: 42, 4D and B3. RGB value is (66,77,179). Sum of RGB (Red+Green+Blue) = 66+77+179=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #424DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DB3 is #BDB24C. Grayscale: #545454. Windows color (decimal): -12431949 or 11750722. OLE color: 11750722.
HSL color Cylindrical-coordinate representation of color #424DB3: hue angle of 234.16º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #424DB3 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 77 | 179 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.30 |
| HSL | 234.16º | 0.46% | 0.48% | - |
| HSV(B) | 234.16º | 0.63% | 0.7% | - |
| XYZ | 13.04 | 9.72 | 43.84 | - |
| YUV | 85.34 | 180.86 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 179 | 0.63 | 0.57 | 0 | 0.30 | 234.16 | 0.46 | 0.48 |
| Hex | 42 | 4D | B3 | 3F | 39 | 0 | 1E | EA | 2E | 30 |
| Octal | 102 | 115 | 263 | 77 | 71 | 0 | 36 | 352 | 56 | 60 |
| Binary | 1000010 | 1001101 | 10110011 | 111111 | 111001 | 0 | 11110 | 11101010 | 101110 | 110000 |
Color Harmonies of #424DB3
Complementary color
Monochromatic Colors of #424DB3
Black with #424DB3
Text Example
Text Example
White with #424DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DB3; }
p { color: rgb(66,77,179); }
H1.HeaderClassName
{
color: #424DB3;
}
.AnyTagClassName
{
color: #424DB3;
}
</style>
background-color css
<style>
a { background-color: #424DB3; }
a { background-color: rgb(66,77,179); }
div.DivClassName
{
background-color: #424DB3;
}
.BgClassName
{
background-color: #424DB3;
}
</style>
border-color css
<style>
span { border-color: #424DB3; }
span { border-color: rgb(66,77,179); }
td.TdClassName
{
border-color: #424DB3;
}
.TagClassName
{
border-color: #424DB3;
}
</style>