Shades of Free Speech Blue #323AD9
Tints of Free Speech Blue #323AD9
RGB
CMYK
RGB Variations
Color information
#323AD9 (or 0x323AD9) is known color: Free Speech Blue. HEX triplet: 32, 3A and D9. RGB value is (50,58,217). Sum of RGB (Red+Green+Blue) = 50+58+217=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 217 (85.16% from 255 or 66.77% from 325); Max value from RGB is 217 - color contains mainly: blue. Hex color #323AD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323AD9 is #CDC526. Grayscale: #494949. Windows color (decimal): -13485351 or 14236210. OLE color: 14236210.
HSL color Cylindrical-coordinate representation of color #323AD9: hue angle of 237.13º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323AD9 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 58 | 217 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.15 |
| HSL | 237.13º | 0.69% | 0.52% | - |
| HSV(B) | 237.13º | 0.77% | 0.85% | - |
| XYZ | 15.35 | 8.71 | 66.52 | - |
| YUV | 73.73 | 208.85 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 217 | 0.77 | 0.73 | 0 | 0.15 | 237.13 | 0.69 | 0.52 |
| Hex | 32 | 3A | D9 | 4D | 49 | 0 | F | ED | 45 | 34 |
| Octal | 62 | 72 | 331 | 115 | 111 | 0 | 17 | 355 | 105 | 64 |
| Binary | 110010 | 111010 | 11011001 | 1001101 | 1001001 | 0 | 1111 | 11101101 | 1000101 | 110100 |
Color Harmonies of #323AD9
Complementary color
Monochromatic Colors of #323AD9
Black with #323AD9
Text Example
Text Example
White with #323AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323AD9; }
p { color: rgb(50,58,217); }
H1.HeaderClassName
{
color: #323AD9;
}
.AnyTagClassName
{
color: #323AD9;
}
</style>
background-color css
<style>
a { background-color: #323AD9; }
a { background-color: rgb(50,58,217); }
div.DivClassName
{
background-color: #323AD9;
}
.BgClassName
{
background-color: #323AD9;
}
</style>
border-color css
<style>
span { border-color: #323AD9; }
span { border-color: rgb(50,58,217); }
td.TdClassName
{
border-color: #323AD9;
}
.TagClassName
{
border-color: #323AD9;
}
</style>