Shades of Free Speech Blue #423CBB
Tints of Free Speech Blue #423CBB
RGB
CMYK
RGB Variations
Color information
#423CBB (or 0x423CBB) is known color: Free Speech Blue. HEX triplet: 42, 3C and BB. RGB value is (66,60,187). Sum of RGB (Red+Green+Blue) = 66+60+187=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #423CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CBB is #BDC344. Grayscale: #4B4B4B. Windows color (decimal): -12436293 or 12270658. OLE color: 12270658.
HSL color Cylindrical-coordinate representation of color #423CBB: hue angle of 242.83º 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 #423CBB is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 60 | 187 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.27 |
| HSL | 242.83º | 0.51% | 0.48% | - |
| HSV(B) | 242.83º | 0.68% | 0.73% | - |
| XYZ | 12.83 | 7.98 | 47.88 | - |
| YUV | 76.27 | 190.49 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 187 | 0.65 | 0.68 | 0 | 0.27 | 242.83 | 0.51 | 0.48 |
| Hex | 42 | 3C | BB | 41 | 44 | 0 | 1B | F3 | 33 | 30 |
| Octal | 102 | 74 | 273 | 101 | 104 | 0 | 33 | 363 | 63 | 60 |
| Binary | 1000010 | 111100 | 10111011 | 1000001 | 1000100 | 0 | 11011 | 11110011 | 110011 | 110000 |
Color Harmonies of #423CBB
Complementary color
Monochromatic Colors of #423CBB
Black with #423CBB
Text Example
Text Example
White with #423CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CBB; }
p { color: rgb(66,60,187); }
H1.HeaderClassName
{
color: #423CBB;
}
.AnyTagClassName
{
color: #423CBB;
}
</style>
background-color css
<style>
a { background-color: #423CBB; }
a { background-color: rgb(66,60,187); }
div.DivClassName
{
background-color: #423CBB;
}
.BgClassName
{
background-color: #423CBB;
}
</style>
border-color css
<style>
span { border-color: #423CBB; }
span { border-color: rgb(66,60,187); }
td.TdClassName
{
border-color: #423CBB;
}
.TagClassName
{
border-color: #423CBB;
}
</style>