Shades of Free Speech Blue #424EC3
Tints of Free Speech Blue #424EC3
RGB
CMYK
RGB Variations
Color information
#424EC3 (or 0x424EC3) is known color: Free Speech Blue. HEX triplet: 42, 4E and C3. RGB value is (66,78,195). Sum of RGB (Red+Green+Blue) = 66+78+195=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 195 (76.56% from 255 or 57.52% from 339); Max value from RGB is 195 - color contains mainly: blue. Hex color #424EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EC3 is #BDB13C. Grayscale: #575757. Windows color (decimal): -12431677 or 12799554. OLE color: 12799554.
HSL color Cylindrical-coordinate representation of color #424EC3: hue angle of 234.42º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #424EC3 is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 78 | 195 | - |
| CMYK | 0.66 | 0.6 | 0 | 0.24 |
| HSL | 234.42º | 0.52% | 0.51% | - |
| HSV(B) | 234.42º | 0.66% | 0.76% | - |
| XYZ | 14.82 | 10.55 | 52.88 | - |
| YUV | 87.75 | 188.52 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 195 | 0.66 | 0.6 | 0 | 0.24 | 234.42 | 0.52 | 0.51 |
| Hex | 42 | 4E | C3 | 42 | 3C | 0 | 18 | EA | 34 | 33 |
| Octal | 102 | 116 | 303 | 102 | 74 | 0 | 30 | 352 | 64 | 63 |
| Binary | 1000010 | 1001110 | 11000011 | 1000010 | 111100 | 0 | 11000 | 11101010 | 110100 | 110011 |
Color Harmonies of #424EC3
Complementary color
Monochromatic Colors of #424EC3
Black with #424EC3
Text Example
Text Example
White with #424EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424EC3; }
p { color: rgb(66,78,195); }
H1.HeaderClassName
{
color: #424EC3;
}
.AnyTagClassName
{
color: #424EC3;
}
</style>
background-color css
<style>
a { background-color: #424EC3; }
a { background-color: rgb(66,78,195); }
div.DivClassName
{
background-color: #424EC3;
}
.BgClassName
{
background-color: #424EC3;
}
</style>
border-color css
<style>
span { border-color: #424EC3; }
span { border-color: rgb(66,78,195); }
td.TdClassName
{
border-color: #424EC3;
}
.TagClassName
{
border-color: #424EC3;
}
</style>