Shades of Free Speech Blue #323BDE
Tints of Free Speech Blue #323BDE
RGB
CMYK
RGB Variations
Color information
#323BDE (or 0x323BDE) is known color: Free Speech Blue. HEX triplet: 32, 3B and DE. RGB value is (50,59,222). Sum of RGB (Red+Green+Blue) = 50+59+222=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 222 (87.11% from 255 or 67.07% from 331); Max value from RGB is 222 - color contains mainly: blue. Hex color #323BDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323BDE is #CDC421. Grayscale: #4A4A4A. Windows color (decimal): -13485090 or 14564146. OLE color: 14564146.
HSL color Cylindrical-coordinate representation of color #323BDE: hue angle of 236.86º 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 #323BDE is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 59 | 222 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.13 |
| HSL | 236.86º | 0.72% | 0.53% | - |
| HSV(B) | 236.86º | 0.77% | 0.87% | - |
| XYZ | 16.06 | 9.08 | 70.01 | - |
| YUV | 74.89 | 211.02 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 222 | 0.77 | 0.73 | 0 | 0.13 | 236.86 | 0.72 | 0.53 |
| Hex | 32 | 3B | DE | 4D | 49 | 0 | D | ED | 48 | 35 |
| Octal | 62 | 73 | 336 | 115 | 111 | 0 | 15 | 355 | 110 | 65 |
| Binary | 110010 | 111011 | 11011110 | 1001101 | 1001001 | 0 | 1101 | 11101101 | 1001000 | 110101 |
Color Harmonies of #323BDE
Complementary color
Monochromatic Colors of #323BDE
Black with #323BDE
Text Example
Text Example
White with #323BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323BDE; }
p { color: rgb(50,59,222); }
H1.HeaderClassName
{
color: #323BDE;
}
.AnyTagClassName
{
color: #323BDE;
}
</style>
background-color css
<style>
a { background-color: #323BDE; }
a { background-color: rgb(50,59,222); }
div.DivClassName
{
background-color: #323BDE;
}
.BgClassName
{
background-color: #323BDE;
}
</style>
border-color css
<style>
span { border-color: #323BDE; }
span { border-color: rgb(50,59,222); }
td.TdClassName
{
border-color: #323BDE;
}
.TagClassName
{
border-color: #323BDE;
}
</style>