Shades of Free Speech Blue #424DB5
Tints of Free Speech Blue #424DB5
RGB
CMYK
RGB Variations
Color information
#424DB5 (or 0x424DB5) is known color: Free Speech Blue. HEX triplet: 42, 4D and B5. RGB value is (66,77,181). Sum of RGB (Red+Green+Blue) = 66+77+181=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #424DB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424DB5 is #BDB24A. Grayscale: #555555. Windows color (decimal): -12431947 or 11881794. OLE color: 11881794.
HSL color Cylindrical-coordinate representation of color #424DB5: hue angle of 234.26º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #424DB5 is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 77 | 181 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.29 |
| HSL | 234.26º | 0.47% | 0.48% | - |
| HSV(B) | 234.26º | 0.64% | 0.71% | - |
| XYZ | 13.24 | 9.8 | 44.91 | - |
| YUV | 85.57 | 181.86 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 77 | 181 | 0.64 | 0.57 | 0 | 0.29 | 234.26 | 0.47 | 0.48 |
| Hex | 42 | 4D | B5 | 40 | 39 | 0 | 1D | EA | 2F | 30 |
| Octal | 102 | 115 | 265 | 100 | 71 | 0 | 35 | 352 | 57 | 60 |
| Binary | 1000010 | 1001101 | 10110101 | 1000000 | 111001 | 0 | 11101 | 11101010 | 101111 | 110000 |
Color Harmonies of #424DB5
Complementary color
Monochromatic Colors of #424DB5
Black with #424DB5
Text Example
Text Example
White with #424DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424DB5; }
p { color: rgb(66,77,181); }
H1.HeaderClassName
{
color: #424DB5;
}
.AnyTagClassName
{
color: #424DB5;
}
</style>
background-color css
<style>
a { background-color: #424DB5; }
a { background-color: rgb(66,77,181); }
div.DivClassName
{
background-color: #424DB5;
}
.BgClassName
{
background-color: #424DB5;
}
</style>
border-color css
<style>
span { border-color: #424DB5; }
span { border-color: rgb(66,77,181); }
td.TdClassName
{
border-color: #424DB5;
}
.TagClassName
{
border-color: #424DB5;
}
</style>