Shades of Free Speech Blue #423EB6
Tints of Free Speech Blue #423EB6
RGB
CMYK
RGB Variations
Color information
#423EB6 (or 0x423EB6) is known color: Free Speech Blue. HEX triplet: 42, 3E and B6. RGB value is (66,62,182). Sum of RGB (Red+Green+Blue) = 66+62+182=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #423EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423EB6 is #BDC149. Grayscale: #4C4C4C. Windows color (decimal): -12435786 or 11943490. OLE color: 11943490.
HSL color Cylindrical-coordinate representation of color #423EB6: hue angle of 242º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #423EB6 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 62 | 182 | - |
| CMYK | 0.64 | 0.66 | 0 | 0.29 |
| HSL | 242º | 0.49% | 0.48% | - |
| HSV(B) | 242º | 0.66% | 0.71% | - |
| XYZ | 12.41 | 7.98 | 45.14 | - |
| YUV | 76.88 | 187.33 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 182 | 0.64 | 0.66 | 0 | 0.29 | 242 | 0.49 | 0.48 |
| Hex | 42 | 3E | B6 | 40 | 42 | 0 | 1D | F2 | 31 | 30 |
| Octal | 102 | 76 | 266 | 100 | 102 | 0 | 35 | 362 | 61 | 60 |
| Binary | 1000010 | 111110 | 10110110 | 1000000 | 1000010 | 0 | 11101 | 11110010 | 110001 | 110000 |
Color Harmonies of #423EB6
Complementary color
Monochromatic Colors of #423EB6
Black with #423EB6
Text Example
Text Example
White with #423EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423EB6; }
p { color: rgb(66,62,182); }
H1.HeaderClassName
{
color: #423EB6;
}
.AnyTagClassName
{
color: #423EB6;
}
</style>
background-color css
<style>
a { background-color: #423EB6; }
a { background-color: rgb(66,62,182); }
div.DivClassName
{
background-color: #423EB6;
}
.BgClassName
{
background-color: #423EB6;
}
</style>
border-color css
<style>
span { border-color: #423EB6; }
span { border-color: rgb(66,62,182); }
td.TdClassName
{
border-color: #423EB6;
}
.TagClassName
{
border-color: #423EB6;
}
</style>