Shades of Free Speech Blue #423ACE
Tints of Free Speech Blue #423ACE
RGB
CMYK
RGB Variations
Color information
#423ACE (or 0x423ACE) is known color: Free Speech Blue. HEX triplet: 42, 3A and CE. RGB value is (66,58,206). Sum of RGB (Red+Green+Blue) = 66+58+206=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #423ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ACE is #BDC531. Grayscale: #4C4C4C. Windows color (decimal): -12436786 or 13515330. OLE color: 13515330.
HSL color Cylindrical-coordinate representation of color #423ACE: hue angle of 243.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #423ACE is Cyan = 0.68, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 58 | 206 | - |
| CMYK | 0.68 | 0.72 | 0 | 0.19 |
| HSL | 243.24º | 0.6% | 0.52% | - |
| HSV(B) | 243.24º | 0.72% | 0.81% | - |
| XYZ | 14.9 | 8.64 | 59.27 | - |
| YUV | 77.26 | 200.65 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 206 | 0.68 | 0.72 | 0 | 0.19 | 243.24 | 0.6 | 0.52 |
| Hex | 42 | 3A | CE | 44 | 48 | 0 | 13 | F3 | 3C | 34 |
| Octal | 102 | 72 | 316 | 104 | 110 | 0 | 23 | 363 | 74 | 64 |
| Binary | 1000010 | 111010 | 11001110 | 1000100 | 1001000 | 0 | 10011 | 11110011 | 111100 | 110100 |
Color Harmonies of #423ACE
Complementary color
Monochromatic Colors of #423ACE
Black with #423ACE
Text Example
Text Example
White with #423ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423ACE; }
p { color: rgb(66,58,206); }
H1.HeaderClassName
{
color: #423ACE;
}
.AnyTagClassName
{
color: #423ACE;
}
</style>
background-color css
<style>
a { background-color: #423ACE; }
a { background-color: rgb(66,58,206); }
div.DivClassName
{
background-color: #423ACE;
}
.BgClassName
{
background-color: #423ACE;
}
</style>
border-color css
<style>
span { border-color: #423ACE; }
span { border-color: rgb(66,58,206); }
td.TdClassName
{
border-color: #423ACE;
}
.TagClassName
{
border-color: #423ACE;
}
</style>