Shades of Free Speech Blue #423ECC
Tints of Free Speech Blue #423ECC
RGB
CMYK
RGB Variations
Color information
#423ECC (or 0x423ECC) is known color: Free Speech Blue. HEX triplet: 42, 3E and CC. RGB value is (66,62,204). Sum of RGB (Red+Green+Blue) = 66+62+204=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #423ECC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ECC is #BDC133. Grayscale: #4E4E4E. Windows color (decimal): -12435764 or 13385282. OLE color: 13385282.
HSL color Cylindrical-coordinate representation of color #423ECC: hue angle of 241.69º degrees, saturation: 0.58, 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 #423ECC is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 62 | 204 | - |
| CMYK | 0.68 | 0.70 | 0 | 0.2 |
| HSL | 241.69º | 0.58% | 0.52% | - |
| HSV(B) | 241.69º | 0.7% | 0.8% | - |
| XYZ | 14.87 | 8.96 | 58.07 | - |
| YUV | 79.38 | 198.33 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 204 | 0.68 | 0.70 | 0 | 0.2 | 241.69 | 0.58 | 0.52 |
| Hex | 42 | 3E | CC | 44 | 46 | 0 | 14 | F2 | 3A | 34 |
| Octal | 102 | 76 | 314 | 104 | 106 | 0 | 24 | 362 | 72 | 64 |
| Binary | 1000010 | 111110 | 11001100 | 1000100 | 1000110 | 0 | 10100 | 11110010 | 111010 | 110100 |
Color Harmonies of #423ECC
Complementary color
Monochromatic Colors of #423ECC
Black with #423ECC
Text Example
Text Example
White with #423ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423ECC; }
p { color: rgb(66,62,204); }
H1.HeaderClassName
{
color: #423ECC;
}
.AnyTagClassName
{
color: #423ECC;
}
</style>
background-color css
<style>
a { background-color: #423ECC; }
a { background-color: rgb(66,62,204); }
div.DivClassName
{
background-color: #423ECC;
}
.BgClassName
{
background-color: #423ECC;
}
</style>
border-color css
<style>
span { border-color: #423ECC; }
span { border-color: rgb(66,62,204); }
td.TdClassName
{
border-color: #423ECC;
}
.TagClassName
{
border-color: #423ECC;
}
</style>