Shades of Free Speech Blue #425ECC
Tints of Free Speech Blue #425ECC
RGB
CMYK
RGB Variations
Color information
#425ECC (or 0x425ECC) is known color: Free Speech Blue. HEX triplet: 42, 5E and CC. RGB value is (66,94,204). Sum of RGB (Red+Green+Blue) = 66+94+204=364 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.13% from 364); Green value is 94 (37.11% from 255 or 25.82% from 364); Blue value is 204 (80.08% from 255 or 56.04% from 364); Max value from RGB is 204 - color contains mainly: blue. Hex color #425ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ECC is #BDA133. Grayscale: #616161. Windows color (decimal): -12427572 or 13393474. OLE color: 13393474.
HSL color Cylindrical-coordinate representation of color #425ECC: hue angle of 227.83º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #425ECC is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 94 | 204 | - |
| CMYK | 0.68 | 0.54 | 0 | 0.2 |
| HSL | 227.83º | 0.58% | 0.53% | - |
| HSV(B) | 227.83º | 0.68% | 0.8% | - |
| XYZ | 17.15 | 13.52 | 58.83 | - |
| YUV | 98.17 | 187.72 | 105.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 204 | 0.68 | 0.54 | 0 | 0.2 | 227.83 | 0.58 | 0.53 |
| Hex | 42 | 5E | CC | 44 | 36 | 0 | 14 | E4 | 3A | 35 |
| Octal | 102 | 136 | 314 | 104 | 66 | 0 | 24 | 344 | 72 | 65 |
| Binary | 1000010 | 1011110 | 11001100 | 1000100 | 110110 | 0 | 10100 | 11100100 | 111010 | 110101 |
Color Harmonies of #425ECC
Complementary color
Monochromatic Colors of #425ECC
Black with #425ECC
Text Example
Text Example
White with #425ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425ECC; }
p { color: rgb(66,94,204); }
H1.HeaderClassName
{
color: #425ECC;
}
.AnyTagClassName
{
color: #425ECC;
}
</style>
background-color css
<style>
a { background-color: #425ECC; }
a { background-color: rgb(66,94,204); }
div.DivClassName
{
background-color: #425ECC;
}
.BgClassName
{
background-color: #425ECC;
}
</style>
border-color css
<style>
span { border-color: #425ECC; }
span { border-color: rgb(66,94,204); }
td.TdClassName
{
border-color: #425ECC;
}
.TagClassName
{
border-color: #425ECC;
}
</style>