Shades of Free Speech Blue #424CC2
Tints of Free Speech Blue #424CC2
RGB
CMYK
RGB Variations
Color information
#424CC2 (or 0x424CC2) is known color: Free Speech Blue. HEX triplet: 42, 4C and C2. RGB value is (66,76,194). Sum of RGB (Red+Green+Blue) = 66+76+194=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #424CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CC2 is #BDB33D. Grayscale: #555555. Windows color (decimal): -12432190 or 12733506. OLE color: 12733506.
HSL color Cylindrical-coordinate representation of color #424CC2: hue angle of 235.31º 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 #424CC2 is Cyan = 0.66, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 76 | 194 | - |
| CMYK | 0.66 | 0.61 | 0 | 0.24 |
| HSL | 235.31º | 0.51% | 0.51% | - |
| HSV(B) | 235.31º | 0.66% | 0.76% | - |
| XYZ | 14.57 | 10.22 | 52.24 | - |
| YUV | 86.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 194 | 0.66 | 0.61 | 0 | 0.24 | 235.31 | 0.51 | 0.51 |
| Hex | 42 | 4C | C2 | 42 | 3D | 0 | 18 | EB | 33 | 33 |
| Octal | 102 | 114 | 302 | 102 | 75 | 0 | 30 | 353 | 63 | 63 |
| Binary | 1000010 | 1001100 | 11000010 | 1000010 | 111101 | 0 | 11000 | 11101011 | 110011 | 110011 |
Color Harmonies of #424CC2
Complementary color
Monochromatic Colors of #424CC2
Black with #424CC2
Text Example
Text Example
White with #424CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CC2; }
p { color: rgb(66,76,194); }
H1.HeaderClassName
{
color: #424CC2;
}
.AnyTagClassName
{
color: #424CC2;
}
</style>
background-color css
<style>
a { background-color: #424CC2; }
a { background-color: rgb(66,76,194); }
div.DivClassName
{
background-color: #424CC2;
}
.BgClassName
{
background-color: #424CC2;
}
</style>
border-color css
<style>
span { border-color: #424CC2; }
span { border-color: rgb(66,76,194); }
td.TdClassName
{
border-color: #424CC2;
}
.TagClassName
{
border-color: #424CC2;
}
</style>