Shades of Free Speech Blue #423FCD
Tints of Free Speech Blue #423FCD
RGB
CMYK
RGB Variations
Color information
#423FCD (or 0x423FCD) is known color: Free Speech Blue. HEX triplet: 42, 3F and CD. RGB value is (66,63,205). Sum of RGB (Red+Green+Blue) = 66+63+205=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 205 (80.47% from 255 or 61.38% from 334); Max value from RGB is 205 - color contains mainly: blue. Hex color #423FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423FCD is #BDC032. Grayscale: #4F4F4F. Windows color (decimal): -12435507 or 13451074. OLE color: 13451074.
HSL color Cylindrical-coordinate representation of color #423FCD: hue angle of 241.27º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #423FCD is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 63 | 205 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.20 |
| HSL | 241.27º | 0.59% | 0.53% | - |
| HSV(B) | 241.27º | 0.69% | 0.8% | - |
| XYZ | 15.04 | 9.12 | 58.73 | - |
| YUV | 80.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 205 | 0.68 | 0.69 | 0 | 0.20 | 241.27 | 0.59 | 0.53 |
| Hex | 42 | 3F | CD | 44 | 45 | 0 | 14 | F1 | 3B | 35 |
| Octal | 102 | 77 | 315 | 104 | 105 | 0 | 24 | 361 | 73 | 65 |
| Binary | 1000010 | 111111 | 11001101 | 1000100 | 1000101 | 0 | 10100 | 11110001 | 111011 | 110101 |
Color Harmonies of #423FCD
Complementary color
Monochromatic Colors of #423FCD
Black with #423FCD
Text Example
Text Example
White with #423FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423FCD; }
p { color: rgb(66,63,205); }
H1.HeaderClassName
{
color: #423FCD;
}
.AnyTagClassName
{
color: #423FCD;
}
</style>
background-color css
<style>
a { background-color: #423FCD; }
a { background-color: rgb(66,63,205); }
div.DivClassName
{
background-color: #423FCD;
}
.BgClassName
{
background-color: #423FCD;
}
</style>
border-color css
<style>
span { border-color: #423FCD; }
span { border-color: rgb(66,63,205); }
td.TdClassName
{
border-color: #423FCD;
}
.TagClassName
{
border-color: #423FCD;
}
</style>