Shades of Free Speech Blue #323ADF
Tints of Free Speech Blue #323ADF
RGB
CMYK
RGB Variations
Color information
#323ADF (or 0x323ADF) is known color: Free Speech Blue. HEX triplet: 32, 3A and DF. RGB value is (50,58,223). Sum of RGB (Red+Green+Blue) = 50+58+223=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 223 (87.5% from 255 or 67.37% from 331); Max value from RGB is 223 - color contains mainly: blue. Hex color #323ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323ADF is #CDC520. Grayscale: #494949. Windows color (decimal): -13485345 or 14629426. OLE color: 14629426.
HSL color Cylindrical-coordinate representation of color #323ADF: hue angle of 237.23º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #323ADF is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 58 | 223 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.13 |
| HSL | 237.23º | 0.73% | 0.54% | - |
| HSV(B) | 237.23º | 0.78% | 0.87% | - |
| XYZ | 16.15 | 9.03 | 70.7 | - |
| YUV | 74.42 | 211.85 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 58 | 223 | 0.78 | 0.74 | 0 | 0.13 | 237.23 | 0.73 | 0.54 |
| Hex | 32 | 3A | DF | 4E | 4A | 0 | D | ED | 49 | 36 |
| Octal | 62 | 72 | 337 | 116 | 112 | 0 | 15 | 355 | 111 | 66 |
| Binary | 110010 | 111010 | 11011111 | 1001110 | 1001010 | 0 | 1101 | 11101101 | 1001001 | 110110 |
Color Harmonies of #323ADF
Complementary color
Monochromatic Colors of #323ADF
Black with #323ADF
Text Example
Text Example
White with #323ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323ADF; }
p { color: rgb(50,58,223); }
H1.HeaderClassName
{
color: #323ADF;
}
.AnyTagClassName
{
color: #323ADF;
}
</style>
background-color css
<style>
a { background-color: #323ADF; }
a { background-color: rgb(50,58,223); }
div.DivClassName
{
background-color: #323ADF;
}
.BgClassName
{
background-color: #323ADF;
}
</style>
border-color css
<style>
span { border-color: #323ADF; }
span { border-color: rgb(50,58,223); }
td.TdClassName
{
border-color: #323ADF;
}
.TagClassName
{
border-color: #323ADF;
}
</style>