Shades of Free Speech Blue #423DCD
Tints of Free Speech Blue #423DCD
RGB
CMYK
RGB Variations
Color information
#423DCD (or 0x423DCD) is known color: Free Speech Blue. HEX triplet: 42, 3D and CD. RGB value is (66,61,205). Sum of RGB (Red+Green+Blue) = 66+61+205=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #423DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423DCD is #BDC232. Grayscale: #4E4E4E. Windows color (decimal): -12436019 or 13450562. OLE color: 13450562.
HSL color Cylindrical-coordinate representation of color #423DCD: hue angle of 242.08º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #423DCD is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 61 | 205 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.20 |
| HSL | 242.08º | 0.59% | 0.52% | - |
| HSV(B) | 242.08º | 0.7% | 0.8% | - |
| XYZ | 14.93 | 8.9 | 58.69 | - |
| YUV | 78.91 | 199.16 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 61 | 205 | 0.68 | 0.70 | 0 | 0.20 | 242.08 | 0.59 | 0.52 |
| Hex | 42 | 3D | CD | 44 | 46 | 0 | 14 | F2 | 3B | 34 |
| Octal | 102 | 75 | 315 | 104 | 106 | 0 | 24 | 362 | 73 | 64 |
| Binary | 1000010 | 111101 | 11001101 | 1000100 | 1000110 | 0 | 10100 | 11110010 | 111011 | 110100 |
Color Harmonies of #423DCD
Complementary color
Monochromatic Colors of #423DCD
Black with #423DCD
Text Example
Text Example
White with #423DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423DCD; }
p { color: rgb(66,61,205); }
H1.HeaderClassName
{
color: #423DCD;
}
.AnyTagClassName
{
color: #423DCD;
}
</style>
background-color css
<style>
a { background-color: #423DCD; }
a { background-color: rgb(66,61,205); }
div.DivClassName
{
background-color: #423DCD;
}
.BgClassName
{
background-color: #423DCD;
}
</style>
border-color css
<style>
span { border-color: #423DCD; }
span { border-color: rgb(66,61,205); }
td.TdClassName
{
border-color: #423DCD;
}
.TagClassName
{
border-color: #423DCD;
}
</style>