Shades of Free Speech Blue #323ADA
Tints of Free Speech Blue #323ADA
RGB
CMYK
RGB Variations
Color information
#323ADA (or 0x323ADA) is known color: Free Speech Blue. HEX triplet: 32, 3A and DA. RGB value is (50,58,218). Sum of RGB (Red+Green+Blue) = 50+58+218=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 218 (85.55% from 255 or 66.87% from 326); Max value from RGB is 218 - color contains mainly: blue. Hex color #323ADA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ADA is #CDC525. Grayscale: #494949. Windows color (decimal): -13485350 or 14301746. OLE color: 14301746.
HSL color Cylindrical-coordinate representation of color #323ADA: hue angle of 237.14º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323ADA is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 58 | 218 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.15 |
| HSL | 237.14º | 0.69% | 0.53% | - |
| HSV(B) | 237.14º | 0.77% | 0.85% | - |
| XYZ | 15.48 | 8.77 | 67.21 | - |
| YUV | 73.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 218 | 0.77 | 0.73 | 0 | 0.15 | 237.14 | 0.69 | 0.53 |
| Hex | 32 | 3A | DA | 4D | 49 | 0 | F | ED | 45 | 35 |
| Octal | 62 | 72 | 332 | 115 | 111 | 0 | 17 | 355 | 105 | 65 |
| Binary | 110010 | 111010 | 11011010 | 1001101 | 1001001 | 0 | 1111 | 11101101 | 1000101 | 110101 |
Color Harmonies of #323ADA
Complementary color
Monochromatic Colors of #323ADA
Black with #323ADA
Text Example
Text Example
White with #323ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323ADA; }
p { color: rgb(50,58,218); }
H1.HeaderClassName
{
color: #323ADA;
}
.AnyTagClassName
{
color: #323ADA;
}
</style>
background-color css
<style>
a { background-color: #323ADA; }
a { background-color: rgb(50,58,218); }
div.DivClassName
{
background-color: #323ADA;
}
.BgClassName
{
background-color: #323ADA;
}
</style>
border-color css
<style>
span { border-color: #323ADA; }
span { border-color: rgb(50,58,218); }
td.TdClassName
{
border-color: #323ADA;
}
.TagClassName
{
border-color: #323ADA;
}
</style>