Shades of Free Speech Blue #423CB5
Tints of Free Speech Blue #423CB5
RGB
CMYK
RGB Variations
Color information
#423CB5 (or 0x423CB5) is known color: Free Speech Blue. HEX triplet: 42, 3C and B5. RGB value is (66,60,181). Sum of RGB (Red+Green+Blue) = 66+60+181=307 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.50% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 181 (71.09% from 255 or 58.96% from 307); Max value from RGB is 181 - color contains mainly: blue. Hex color #423CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CB5 is #BDC34A. Grayscale: #4B4B4B. Windows color (decimal): -12436299 or 11877442. OLE color: 11877442.
HSL color Cylindrical-coordinate representation of color #423CB5: hue angle of 242.98º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #423CB5 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 60 | 181 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.29 |
| HSL | 242.98º | 0.5% | 0.47% | - |
| HSV(B) | 242.98º | 0.67% | 0.71% | - |
| XYZ | 12.2 | 7.73 | 44.56 | - |
| YUV | 75.59 | 187.49 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 181 | 0.64 | 0.67 | 0 | 0.29 | 242.98 | 0.5 | 0.47 |
| Hex | 42 | 3C | B5 | 40 | 43 | 0 | 1D | F3 | 32 | 2F |
| Octal | 102 | 74 | 265 | 100 | 103 | 0 | 35 | 363 | 62 | 57 |
| Binary | 1000010 | 111100 | 10110101 | 1000000 | 1000011 | 0 | 11101 | 11110011 | 110010 | 101111 |
Color Harmonies of #423CB5
Complementary color
Monochromatic Colors of #423CB5
Black with #423CB5
Text Example
Text Example
White with #423CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CB5; }
p { color: rgb(66,60,181); }
H1.HeaderClassName
{
color: #423CB5;
}
.AnyTagClassName
{
color: #423CB5;
}
</style>
background-color css
<style>
a { background-color: #423CB5; }
a { background-color: rgb(66,60,181); }
div.DivClassName
{
background-color: #423CB5;
}
.BgClassName
{
background-color: #423CB5;
}
</style>
border-color css
<style>
span { border-color: #423CB5; }
span { border-color: rgb(66,60,181); }
td.TdClassName
{
border-color: #423CB5;
}
.TagClassName
{
border-color: #423CB5;
}
</style>