Shades of Free Speech Blue #425AB1
Tints of Free Speech Blue #425AB1
RGB
CMYK
RGB Variations
Color information
#425AB1 (or 0x425AB1) is known color: Free Speech Blue. HEX triplet: 42, 5A and B1. RGB value is (66,90,177). Sum of RGB (Red+Green+Blue) = 66+90+177=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 177 (69.53% from 255 or 53.15% from 333); Max value from RGB is 177 - color contains mainly: blue. Hex color #425AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425AB1 is #BDA54E. Grayscale: #5C5C5C. Windows color (decimal): -12428623 or 11622978. OLE color: 11622978.
HSL color Cylindrical-coordinate representation of color #425AB1: hue angle of 227.03º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #425AB1 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 90 | 177 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.31 |
| HSL | 227.03º | 0.46% | 0.48% | - |
| HSV(B) | 227.03º | 0.63% | 0.69% | - |
| XYZ | 13.84 | 11.64 | 43.11 | - |
| YUV | 92.74 | 175.55 | 108.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 177 | 0.63 | 0.49 | 0 | 0.31 | 227.03 | 0.46 | 0.48 |
| Hex | 42 | 5A | B1 | 3F | 31 | 0 | 1F | E3 | 2E | 30 |
| Octal | 102 | 132 | 261 | 77 | 61 | 0 | 37 | 343 | 56 | 60 |
| Binary | 1000010 | 1011010 | 10110001 | 111111 | 110001 | 0 | 11111 | 11100011 | 101110 | 110000 |
Color Harmonies of #425AB1
Complementary color
Monochromatic Colors of #425AB1
Black with #425AB1
Text Example
Text Example
White with #425AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425AB1; }
p { color: rgb(66,90,177); }
H1.HeaderClassName
{
color: #425AB1;
}
.AnyTagClassName
{
color: #425AB1;
}
</style>
background-color css
<style>
a { background-color: #425AB1; }
a { background-color: rgb(66,90,177); }
div.DivClassName
{
background-color: #425AB1;
}
.BgClassName
{
background-color: #425AB1;
}
</style>
border-color css
<style>
span { border-color: #425AB1; }
span { border-color: rgb(66,90,177); }
td.TdClassName
{
border-color: #425AB1;
}
.TagClassName
{
border-color: #425AB1;
}
</style>