Shades of Free Speech Blue #424CCE
Tints of Free Speech Blue #424CCE
RGB
CMYK
RGB Variations
Color information
#424CCE (or 0x424CCE) is known color: Free Speech Blue. HEX triplet: 42, 4C and CE. RGB value is (66,76,206). Sum of RGB (Red+Green+Blue) = 66+76+206=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #424CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #424CCE is #BDB331. Grayscale: #575757. Windows color (decimal): -12432178 or 13519938. OLE color: 13519938.
HSL color Cylindrical-coordinate representation of color #424CCE: hue angle of 235.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #424CCE is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 76 | 206 | - |
| CMYK | 0.68 | 0.63 | 0 | 0.19 |
| HSL | 235.71º | 0.59% | 0.53% | - |
| HSV(B) | 235.71º | 0.68% | 0.81% | - |
| XYZ | 15.97 | 10.78 | 59.63 | - |
| YUV | 87.83 | 194.69 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 76 | 206 | 0.68 | 0.63 | 0 | 0.19 | 235.71 | 0.59 | 0.53 |
| Hex | 42 | 4C | CE | 44 | 3F | 0 | 13 | EC | 3B | 35 |
| Octal | 102 | 114 | 316 | 104 | 77 | 0 | 23 | 354 | 73 | 65 |
| Binary | 1000010 | 1001100 | 11001110 | 1000100 | 111111 | 0 | 10011 | 11101100 | 111011 | 110101 |
Color Harmonies of #424CCE
Complementary color
Monochromatic Colors of #424CCE
Black with #424CCE
Text Example
Text Example
White with #424CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424CCE; }
p { color: rgb(66,76,206); }
H1.HeaderClassName
{
color: #424CCE;
}
.AnyTagClassName
{
color: #424CCE;
}
</style>
background-color css
<style>
a { background-color: #424CCE; }
a { background-color: rgb(66,76,206); }
div.DivClassName
{
background-color: #424CCE;
}
.BgClassName
{
background-color: #424CCE;
}
</style>
border-color css
<style>
span { border-color: #424CCE; }
span { border-color: rgb(66,76,206); }
td.TdClassName
{
border-color: #424CCE;
}
.TagClassName
{
border-color: #424CCE;
}
</style>