Shades of Free Speech Blue #425CC0
Tints of Free Speech Blue #425CC0
RGB
CMYK
RGB Variations
Color information
#425CC0 (or 0x425CC0) is known color: Free Speech Blue. HEX triplet: 42, 5C and C0. RGB value is (66,92,192). Sum of RGB (Red+Green+Blue) = 66+92+192=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #425CC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425CC0 is #BDA33F. Grayscale: #5F5F5F. Windows color (decimal): -12428096 or 12606530. OLE color: 12606530.
HSL color Cylindrical-coordinate representation of color #425CC0: hue angle of 227.62º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #425CC0 is Cyan = 0.66, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 92 | 192 | - |
| CMYK | 0.66 | 0.52 | 0 | 0.25 |
| HSL | 227.62º | 0.5% | 0.51% | - |
| HSV(B) | 227.62º | 0.66% | 0.75% | - |
| XYZ | 15.59 | 12.62 | 51.48 | - |
| YUV | 95.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 192 | 0.66 | 0.52 | 0 | 0.25 | 227.62 | 0.5 | 0.51 |
| Hex | 42 | 5C | C0 | 42 | 34 | 0 | 19 | E4 | 32 | 33 |
| Octal | 102 | 134 | 300 | 102 | 64 | 0 | 31 | 344 | 62 | 63 |
| Binary | 1000010 | 1011100 | 11000000 | 1000010 | 110100 | 0 | 11001 | 11100100 | 110010 | 110011 |
Color Harmonies of #425CC0
Complementary color
Monochromatic Colors of #425CC0
Black with #425CC0
Text Example
Text Example
White with #425CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425CC0; }
p { color: rgb(66,92,192); }
H1.HeaderClassName
{
color: #425CC0;
}
.AnyTagClassName
{
color: #425CC0;
}
</style>
background-color css
<style>
a { background-color: #425CC0; }
a { background-color: rgb(66,92,192); }
div.DivClassName
{
background-color: #425CC0;
}
.BgClassName
{
background-color: #425CC0;
}
</style>
border-color css
<style>
span { border-color: #425CC0; }
span { border-color: rgb(66,92,192); }
td.TdClassName
{
border-color: #425CC0;
}
.TagClassName
{
border-color: #425CC0;
}
</style>