Shades of Free Speech Blue #424DBE
Tints of Free Speech Blue #424DBE
RGB
CMYK
RGB Variations
Color information
#424DBE (or 0x424DBE) is known color: Free Speech Blue. HEX triplet: 42, 4D and BE. RGB value is (66,77,190). Sum of RGB (Red+Green+Blue) = 66+77+190=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #424DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DBE is #BDB241. Grayscale: #565656. Windows color (decimal): -12431938 or 12471618. OLE color: 12471618.
HSL color Cylindrical-coordinate representation of color #424DBE: hue angle of 234.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #424DBE is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 77 | 190 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.25 |
| HSL | 234.68º | 0.49% | 0.5% | - |
| HSV(B) | 234.68º | 0.65% | 0.75% | - |
| XYZ | 14.19 | 10.18 | 49.93 | - |
| YUV | 86.59 | 186.36 | 113.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 190 | 0.65 | 0.59 | 0 | 0.25 | 234.68 | 0.49 | 0.5 |
| Hex | 42 | 4D | BE | 41 | 3B | 0 | 19 | EB | 31 | 32 |
| Octal | 102 | 115 | 276 | 101 | 73 | 0 | 31 | 353 | 61 | 62 |
| Binary | 1000010 | 1001101 | 10111110 | 1000001 | 111011 | 0 | 11001 | 11101011 | 110001 | 110010 |
Color Harmonies of #424DBE
Complementary color
Monochromatic Colors of #424DBE
Black with #424DBE
Text Example
Text Example
White with #424DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DBE; }
p { color: rgb(66,77,190); }
H1.HeaderClassName
{
color: #424DBE;
}
.AnyTagClassName
{
color: #424DBE;
}
</style>
background-color css
<style>
a { background-color: #424DBE; }
a { background-color: rgb(66,77,190); }
div.DivClassName
{
background-color: #424DBE;
}
.BgClassName
{
background-color: #424DBE;
}
</style>
border-color css
<style>
span { border-color: #424DBE; }
span { border-color: rgb(66,77,190); }
td.TdClassName
{
border-color: #424DBE;
}
.TagClassName
{
border-color: #424DBE;
}
</style>