Shades of Free Speech Blue #424EC2
Tints of Free Speech Blue #424EC2
RGB
CMYK
RGB Variations
Color information
#424EC2 (or 0x424EC2) is known color: Free Speech Blue. HEX triplet: 42, 4E and C2. RGB value is (66,78,194). Sum of RGB (Red+Green+Blue) = 66+78+194=338 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.53% from 338); Green value is 78 (30.86% from 255 or 23.08% from 338); Blue value is 194 (76.17% from 255 or 57.40% from 338); Max value from RGB is 194 - color contains mainly: blue. Hex color #424EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #424EC2 is #BDB13D. Grayscale: #575757. Windows color (decimal): -12431678 or 12734018. OLE color: 12734018.
HSL color Cylindrical-coordinate representation of color #424EC2: hue angle of 234.38º degrees, saturation: 0.51, 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 #424EC2 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 78 | 194 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.24 |
| HSL | 234.38º | 0.51% | 0.51% | - |
| HSV(B) | 234.38º | 0.66% | 0.76% | - |
| XYZ | 14.71 | 10.5 | 52.29 | - |
| YUV | 87.64 | 188.02 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 78 | 194 | 0.66 | 0.60 | 0 | 0.24 | 234.38 | 0.51 | 0.51 |
| Hex | 42 | 4E | C2 | 42 | 3C | 0 | 18 | EA | 33 | 33 |
| Octal | 102 | 116 | 302 | 102 | 74 | 0 | 30 | 352 | 63 | 63 |
| Binary | 1000010 | 1001110 | 11000010 | 1000010 | 111100 | 0 | 11000 | 11101010 | 110011 | 110011 |
Color Harmonies of #424EC2
Complementary color
Monochromatic Colors of #424EC2
Black with #424EC2
Text Example
Text Example
White with #424EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424EC2; }
p { color: rgb(66,78,194); }
H1.HeaderClassName
{
color: #424EC2;
}
.AnyTagClassName
{
color: #424EC2;
}
</style>
background-color css
<style>
a { background-color: #424EC2; }
a { background-color: rgb(66,78,194); }
div.DivClassName
{
background-color: #424EC2;
}
.BgClassName
{
background-color: #424EC2;
}
</style>
border-color css
<style>
span { border-color: #424EC2; }
span { border-color: rgb(66,78,194); }
td.TdClassName
{
border-color: #424EC2;
}
.TagClassName
{
border-color: #424EC2;
}
</style>