Shades of Free Speech Blue #423CB6
Tints of Free Speech Blue #423CB6
RGB
CMYK
RGB Variations
Color information
#423CB6 (or 0x423CB6) is known color: Free Speech Blue. HEX triplet: 42, 3C and B6. RGB value is (66,60,182). Sum of RGB (Red+Green+Blue) = 66+60+182=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 182 (71.48% from 255 or 59.09% from 308); Max value from RGB is 182 - color contains mainly: blue. Hex color #423CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423CB6 is #BDC349. Grayscale: #4B4B4B. Windows color (decimal): -12436298 or 11942978. OLE color: 11942978.
HSL color Cylindrical-coordinate representation of color #423CB6: hue angle of 242.95º 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 #423CB6 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 60 | 182 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.29 |
| HSL | 242.95º | 0.5% | 0.47% | - |
| HSV(B) | 242.95º | 0.67% | 0.71% | - |
| XYZ | 12.31 | 7.77 | 45.11 | - |
| YUV | 75.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 60 | 182 | 0.64 | 0.67 | 0 | 0.29 | 242.95 | 0.5 | 0.47 |
| Hex | 42 | 3C | B6 | 40 | 43 | 0 | 1D | F3 | 32 | 2F |
| Octal | 102 | 74 | 266 | 100 | 103 | 0 | 35 | 363 | 62 | 57 |
| Binary | 1000010 | 111100 | 10110110 | 1000000 | 1000011 | 0 | 11101 | 11110011 | 110010 | 101111 |
Color Harmonies of #423CB6
Complementary color
Monochromatic Colors of #423CB6
Black with #423CB6
Text Example
Text Example
White with #423CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423CB6; }
p { color: rgb(66,60,182); }
H1.HeaderClassName
{
color: #423CB6;
}
.AnyTagClassName
{
color: #423CB6;
}
</style>
background-color css
<style>
a { background-color: #423CB6; }
a { background-color: rgb(66,60,182); }
div.DivClassName
{
background-color: #423CB6;
}
.BgClassName
{
background-color: #423CB6;
}
</style>
border-color css
<style>
span { border-color: #423CB6; }
span { border-color: rgb(66,60,182); }
td.TdClassName
{
border-color: #423CB6;
}
.TagClassName
{
border-color: #423CB6;
}
</style>