Shades of Free Speech Blue #323CE1
Tints of Free Speech Blue #323CE1
RGB
CMYK
RGB Variations
Color information
#323CE1 (or 0x323CE1) is known color: Free Speech Blue. HEX triplet: 32, 3C and E1. RGB value is (50,60,225). Sum of RGB (Red+Green+Blue) = 50+60+225=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 225 (88.28% from 255 or 67.16% from 335); Max value from RGB is 225 - color contains mainly: blue. Hex color #323CE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CE1 is #CDC31E. Grayscale: #4B4B4B. Windows color (decimal): -13484831 or 14761010. OLE color: 14761010.
HSL color Cylindrical-coordinate representation of color #323CE1: hue angle of 236.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #323CE1 is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 50 | 60 | 225 | - |
| CMYK | 0.78 | 0.73 | 0 | 0.12 |
| HSL | 236.57º | 0.74% | 0.54% | - |
| HSV(B) | 236.57º | 0.78% | 0.88% | - |
| XYZ | 16.52 | 9.35 | 72.17 | - |
| YUV | 75.82 | 212.19 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 225 | 0.78 | 0.73 | 0 | 0.12 | 236.57 | 0.74 | 0.54 |
| Hex | 32 | 3C | E1 | 4E | 49 | 0 | C | ED | 4A | 36 |
| Octal | 62 | 74 | 341 | 116 | 111 | 0 | 14 | 355 | 112 | 66 |
| Binary | 110010 | 111100 | 11100001 | 1001110 | 1001001 | 0 | 1100 | 11101101 | 1001010 | 110110 |
Color Harmonies of #323CE1
Complementary color
Monochromatic Colors of #323CE1
Black with #323CE1
Text Example
Text Example
White with #323CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CE1; }
p { color: rgb(50,60,225); }
H1.HeaderClassName
{
color: #323CE1;
}
.AnyTagClassName
{
color: #323CE1;
}
</style>
background-color css
<style>
a { background-color: #323CE1; }
a { background-color: rgb(50,60,225); }
div.DivClassName
{
background-color: #323CE1;
}
.BgClassName
{
background-color: #323CE1;
}
</style>
border-color css
<style>
span { border-color: #323CE1; }
span { border-color: rgb(50,60,225); }
td.TdClassName
{
border-color: #323CE1;
}
.TagClassName
{
border-color: #323CE1;
}
</style>