Shades of Free Speech Blue #424AD3
Tints of Free Speech Blue #424AD3
RGB
CMYK
RGB Variations
Color information
#424AD3 (or 0x424AD3) is known color: Free Speech Blue. HEX triplet: 42, 4A and D3. RGB value is (66,74,211). Sum of RGB (Red+Green+Blue) = 66+74+211=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #424AD3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424AD3 is #BDB52C. Grayscale: #565656. Windows color (decimal): -12432685 or 13847106. OLE color: 13847106.
HSL color Cylindrical-coordinate representation of color #424AD3: hue angle of 236.69º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #424AD3 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 66 | 74 | 211 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.17 |
| HSL | 236.69º | 0.62% | 0.54% | - |
| HSV(B) | 236.69º | 0.69% | 0.83% | - |
| XYZ | 16.45 | 10.76 | 62.84 | - |
| YUV | 87.23 | 197.85 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 74 | 211 | 0.69 | 0.65 | 0 | 0.17 | 236.69 | 0.62 | 0.54 |
| Hex | 42 | 4A | D3 | 45 | 41 | 0 | 11 | ED | 3E | 36 |
| Octal | 102 | 112 | 323 | 105 | 101 | 0 | 21 | 355 | 76 | 66 |
| Binary | 1000010 | 1001010 | 11010011 | 1000101 | 1000001 | 0 | 10001 | 11101101 | 111110 | 110110 |
Color Harmonies of #424AD3
Complementary color
Monochromatic Colors of #424AD3
Black with #424AD3
Text Example
Text Example
White with #424AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424AD3; }
p { color: rgb(66,74,211); }
H1.HeaderClassName
{
color: #424AD3;
}
.AnyTagClassName
{
color: #424AD3;
}
</style>
background-color css
<style>
a { background-color: #424AD3; }
a { background-color: rgb(66,74,211); }
div.DivClassName
{
background-color: #424AD3;
}
.BgClassName
{
background-color: #424AD3;
}
</style>
border-color css
<style>
span { border-color: #424AD3; }
span { border-color: rgb(66,74,211); }
td.TdClassName
{
border-color: #424AD3;
}
.TagClassName
{
border-color: #424AD3;
}
</style>