Shades of Free Speech Blue #423CB9
Tints of Free Speech Blue #423CB9
RGB
CMYK
RGB Variations
Color information
#423CB9 (or 0x423CB9) is known color: Free Speech Blue. HEX triplet: 42, 3C and B9. RGB value is (66,60,185). Sum of RGB (Red+Green+Blue) = 66+60+185=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 185 (72.66% from 255 or 59.49% from 311); Max value from RGB is 185 - color contains mainly: blue. Hex color #423CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CB9 is #BDC346. Grayscale: #4B4B4B. Windows color (decimal): -12436295 or 12139586. OLE color: 12139586.
HSL color Cylindrical-coordinate representation of color #423CB9: hue angle of 242.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #423CB9 is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 60 | 185 | - |
| CMYK | 0.64 | 0.68 | 0 | 0.27 |
| HSL | 242.88º | 0.51% | 0.48% | - |
| HSV(B) | 242.88º | 0.68% | 0.73% | - |
| XYZ | 12.62 | 7.89 | 46.76 | - |
| YUV | 76.04 | 189.49 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 185 | 0.64 | 0.68 | 0 | 0.27 | 242.88 | 0.51 | 0.48 |
| Hex | 42 | 3C | B9 | 40 | 44 | 0 | 1B | F3 | 33 | 30 |
| Octal | 102 | 74 | 271 | 100 | 104 | 0 | 33 | 363 | 63 | 60 |
| Binary | 1000010 | 111100 | 10111001 | 1000000 | 1000100 | 0 | 11011 | 11110011 | 110011 | 110000 |
Color Harmonies of #423CB9
Complementary color
Monochromatic Colors of #423CB9
Black with #423CB9
Text Example
Text Example
White with #423CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CB9; }
p { color: rgb(66,60,185); }
H1.HeaderClassName
{
color: #423CB9;
}
.AnyTagClassName
{
color: #423CB9;
}
</style>
background-color css
<style>
a { background-color: #423CB9; }
a { background-color: rgb(66,60,185); }
div.DivClassName
{
background-color: #423CB9;
}
.BgClassName
{
background-color: #423CB9;
}
</style>
border-color css
<style>
span { border-color: #423CB9; }
span { border-color: rgb(66,60,185); }
td.TdClassName
{
border-color: #423CB9;
}
.TagClassName
{
border-color: #423CB9;
}
</style>