Shades of Free Speech Blue #423ADA
Tints of Free Speech Blue #423ADA
RGB
CMYK
RGB Variations
Color information
#423ADA (or 0x423ADA) is known color: Free Speech Blue. HEX triplet: 42, 3A and DA. RGB value is (66,58,218). Sum of RGB (Red+Green+Blue) = 66+58+218=342 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.30% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 218 (85.55% from 255 or 63.74% from 342); Max value from RGB is 218 - color contains mainly: blue. Hex color #423ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #423ADA is #BDC525. Grayscale: #4E4E4E. Windows color (decimal): -12436774 or 14301762. OLE color: 14301762.
HSL color Cylindrical-coordinate representation of color #423ADA: hue angle of 243º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #423ADA is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 66 | 58 | 218 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.15 |
| HSL | 243º | 0.68% | 0.54% | - |
| HSV(B) | 243º | 0.73% | 0.85% | - |
| XYZ | 16.41 | 9.25 | 67.25 | - |
| YUV | 78.63 | 206.65 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 58 | 218 | 0.70 | 0.73 | 0 | 0.15 | 243 | 0.68 | 0.54 |
| Hex | 42 | 3A | DA | 46 | 49 | 0 | F | F3 | 44 | 36 |
| Octal | 102 | 72 | 332 | 106 | 111 | 0 | 17 | 363 | 104 | 66 |
| Binary | 1000010 | 111010 | 11011010 | 1000110 | 1001001 | 0 | 1111 | 11110011 | 1000100 | 110110 |
Color Harmonies of #423ADA
Complementary color
Monochromatic Colors of #423ADA
Black with #423ADA
Text Example
Text Example
White with #423ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423ADA; }
p { color: rgb(66,58,218); }
H1.HeaderClassName
{
color: #423ADA;
}
.AnyTagClassName
{
color: #423ADA;
}
</style>
background-color css
<style>
a { background-color: #423ADA; }
a { background-color: rgb(66,58,218); }
div.DivClassName
{
background-color: #423ADA;
}
.BgClassName
{
background-color: #423ADA;
}
</style>
border-color css
<style>
span { border-color: #423ADA; }
span { border-color: rgb(66,58,218); }
td.TdClassName
{
border-color: #423ADA;
}
.TagClassName
{
border-color: #423ADA;
}
</style>