Shades of Free Speech Blue #425ABC
Tints of Free Speech Blue #425ABC
RGB
CMYK
RGB Variations
Color information
#425ABC (or 0x425ABC) is known color: Free Speech Blue. HEX triplet: 42, 5A and BC. RGB value is (66,90,188). Sum of RGB (Red+Green+Blue) = 66+90+188=344 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.19% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #425ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #425ABC is #BDA543. Grayscale: #5D5D5D. Windows color (decimal): -12428612 or 12343874. OLE color: 12343874.
HSL color Cylindrical-coordinate representation of color #425ABC: hue angle of 228.2º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #425ABC is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 90 | 188 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.26 |
| HSL | 228.2º | 0.48% | 0.5% | - |
| HSV(B) | 228.2º | 0.65% | 0.74% | - |
| XYZ | 14.98 | 12.1 | 49.12 | - |
| YUV | 94 | 181.05 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 188 | 0.65 | 0.52 | 0 | 0.26 | 228.2 | 0.48 | 0.5 |
| Hex | 42 | 5A | BC | 41 | 34 | 0 | 1A | E4 | 30 | 32 |
| Octal | 102 | 132 | 274 | 101 | 64 | 0 | 32 | 344 | 60 | 62 |
| Binary | 1000010 | 1011010 | 10111100 | 1000001 | 110100 | 0 | 11010 | 11100100 | 110000 | 110010 |
Color Harmonies of #425ABC
Complementary color
Monochromatic Colors of #425ABC
Black with #425ABC
Text Example
Text Example
White with #425ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425ABC; }
p { color: rgb(66,90,188); }
H1.HeaderClassName
{
color: #425ABC;
}
.AnyTagClassName
{
color: #425ABC;
}
</style>
background-color css
<style>
a { background-color: #425ABC; }
a { background-color: rgb(66,90,188); }
div.DivClassName
{
background-color: #425ABC;
}
.BgClassName
{
background-color: #425ABC;
}
</style>
border-color css
<style>
span { border-color: #425ABC; }
span { border-color: rgb(66,90,188); }
td.TdClassName
{
border-color: #425ABC;
}
.TagClassName
{
border-color: #425ABC;
}
</style>