Shades of Free Speech Blue #323ADE
Tints of Free Speech Blue #323ADE
RGB
CMYK
RGB Variations
Color information
#323ADE (or 0x323ADE) is known color: Free Speech Blue. HEX triplet: 32, 3A and DE. RGB value is (50,58,222). Sum of RGB (Red+Green+Blue) = 50+58+222=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 58 (23.05% from 255 or 17.58% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #323ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ADE is #CDC521. Grayscale: #494949. Windows color (decimal): -13485346 or 14563890. OLE color: 14563890.
HSL color Cylindrical-coordinate representation of color #323ADE: hue angle of 237.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323ADE is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 58 | 222 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.13 |
| HSL | 237.21º | 0.72% | 0.53% | - |
| HSV(B) | 237.21º | 0.77% | 0.87% | - |
| XYZ | 16.01 | 8.98 | 70 | - |
| YUV | 74.3 | 211.35 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 222 | 0.77 | 0.74 | 0 | 0.13 | 237.21 | 0.72 | 0.53 |
| Hex | 32 | 3A | DE | 4D | 4A | 0 | D | ED | 48 | 35 |
| Octal | 62 | 72 | 336 | 115 | 112 | 0 | 15 | 355 | 110 | 65 |
| Binary | 110010 | 111010 | 11011110 | 1001101 | 1001010 | 0 | 1101 | 11101101 | 1001000 | 110101 |
Color Harmonies of #323ADE
Complementary color
Monochromatic Colors of #323ADE
Black with #323ADE
Text Example
Text Example
White with #323ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323ADE; }
p { color: rgb(50,58,222); }
H1.HeaderClassName
{
color: #323ADE;
}
.AnyTagClassName
{
color: #323ADE;
}
</style>
background-color css
<style>
a { background-color: #323ADE; }
a { background-color: rgb(50,58,222); }
div.DivClassName
{
background-color: #323ADE;
}
.BgClassName
{
background-color: #323ADE;
}
</style>
border-color css
<style>
span { border-color: #323ADE; }
span { border-color: rgb(50,58,222); }
td.TdClassName
{
border-color: #323ADE;
}
.TagClassName
{
border-color: #323ADE;
}
</style>