Shades of Free Speech Blue #423BDC
Tints of Free Speech Blue #423BDC
RGB
CMYK
RGB Variations
Color information
#423BDC (or 0x423BDC) is known color: Free Speech Blue. HEX triplet: 42, 3B and DC. RGB value is (66,59,220). Sum of RGB (Red+Green+Blue) = 66+59+220=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #423BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423BDC is #BDC423. Grayscale: #4E4E4E. Windows color (decimal): -12436516 or 14433090. OLE color: 14433090.
HSL color Cylindrical-coordinate representation of color #423BDC: hue angle of 242.61º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #423BDC is Cyan = 0.7, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 59 | 220 | - |
| CMYK | 0.7 | 0.73 | 0 | 0.14 |
| HSL | 242.61º | 0.7% | 0.55% | - |
| HSV(B) | 242.61º | 0.73% | 0.86% | - |
| XYZ | 16.73 | 9.45 | 68.65 | - |
| YUV | 79.45 | 207.32 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 59 | 220 | 0.7 | 0.73 | 0 | 0.14 | 242.61 | 0.7 | 0.55 |
| Hex | 42 | 3B | DC | 46 | 49 | 0 | E | F3 | 46 | 37 |
| Octal | 102 | 73 | 334 | 106 | 111 | 0 | 16 | 363 | 106 | 67 |
| Binary | 1000010 | 111011 | 11011100 | 1000110 | 1001001 | 0 | 1110 | 11110011 | 1000110 | 110111 |
Color Harmonies of #423BDC
Complementary color
Monochromatic Colors of #423BDC
Black with #423BDC
Text Example
Text Example
White with #423BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423BDC; }
p { color: rgb(66,59,220); }
H1.HeaderClassName
{
color: #423BDC;
}
.AnyTagClassName
{
color: #423BDC;
}
</style>
background-color css
<style>
a { background-color: #423BDC; }
a { background-color: rgb(66,59,220); }
div.DivClassName
{
background-color: #423BDC;
}
.BgClassName
{
background-color: #423BDC;
}
</style>
border-color css
<style>
span { border-color: #423BDC; }
span { border-color: rgb(66,59,220); }
td.TdClassName
{
border-color: #423BDC;
}
.TagClassName
{
border-color: #423BDC;
}
</style>