Shades of Free Speech Blue #423ECD
Tints of Free Speech Blue #423ECD
RGB
CMYK
RGB Variations
Color information
#423ECD (or 0x423ECD) is known color: Free Speech Blue. HEX triplet: 42, 3E and CD. RGB value is (66,62,205). Sum of RGB (Red+Green+Blue) = 66+62+205=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #423ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ECD is #BDC132. Grayscale: #4E4E4E. Windows color (decimal): -12435763 or 13450818. OLE color: 13450818.
HSL color Cylindrical-coordinate representation of color #423ECD: hue angle of 241.68º 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 #423ECD is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 62 | 205 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.20 |
| HSL | 241.68º | 0.59% | 0.52% | - |
| HSV(B) | 241.68º | 0.7% | 0.8% | - |
| XYZ | 14.99 | 9.01 | 58.71 | - |
| YUV | 79.5 | 198.83 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 205 | 0.68 | 0.70 | 0 | 0.20 | 241.68 | 0.59 | 0.52 |
| Hex | 42 | 3E | CD | 44 | 46 | 0 | 14 | F2 | 3B | 34 |
| Octal | 102 | 76 | 315 | 104 | 106 | 0 | 24 | 362 | 73 | 64 |
| Binary | 1000010 | 111110 | 11001101 | 1000100 | 1000110 | 0 | 10100 | 11110010 | 111011 | 110100 |
Color Harmonies of #423ECD
Complementary color
Monochromatic Colors of #423ECD
Black with #423ECD
Text Example
Text Example
White with #423ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423ECD; }
p { color: rgb(66,62,205); }
H1.HeaderClassName
{
color: #423ECD;
}
.AnyTagClassName
{
color: #423ECD;
}
</style>
background-color css
<style>
a { background-color: #423ECD; }
a { background-color: rgb(66,62,205); }
div.DivClassName
{
background-color: #423ECD;
}
.BgClassName
{
background-color: #423ECD;
}
</style>
border-color css
<style>
span { border-color: #423ECD; }
span { border-color: rgb(66,62,205); }
td.TdClassName
{
border-color: #423ECD;
}
.TagClassName
{
border-color: #423ECD;
}
</style>