Shades of Free Speech Blue #323CDC
Tints of Free Speech Blue #323CDC
RGB
CMYK
RGB Variations
Color information
#323CDC (or 0x323CDC) is known color: Free Speech Blue. HEX triplet: 32, 3C and DC. RGB value is (50,60,220). Sum of RGB (Red+Green+Blue) = 50+60+220=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 220 (86.33% from 255 or 66.67% from 330); Max value from RGB is 220 - color contains mainly: blue. Hex color #323CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323CDC is #CDC323. Grayscale: #4A4A4A. Windows color (decimal): -13484836 or 14433330. OLE color: 14433330.
HSL color Cylindrical-coordinate representation of color #323CDC: hue angle of 236.47º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323CDC is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 60 | 220 | - |
| CMYK | 0.77 | 0.73 | 0 | 0.14 |
| HSL | 236.47º | 0.71% | 0.53% | - |
| HSV(B) | 236.47º | 0.77% | 0.86% | - |
| XYZ | 15.85 | 9.08 | 68.63 | - |
| YUV | 75.25 | 209.69 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 220 | 0.77 | 0.73 | 0 | 0.14 | 236.47 | 0.71 | 0.53 |
| Hex | 32 | 3C | DC | 4D | 49 | 0 | E | EC | 47 | 35 |
| Octal | 62 | 74 | 334 | 115 | 111 | 0 | 16 | 354 | 107 | 65 |
| Binary | 110010 | 111100 | 11011100 | 1001101 | 1001001 | 0 | 1110 | 11101100 | 1000111 | 110101 |
Color Harmonies of #323CDC
Complementary color
Monochromatic Colors of #323CDC
Black with #323CDC
Text Example
Text Example
White with #323CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323CDC; }
p { color: rgb(50,60,220); }
H1.HeaderClassName
{
color: #323CDC;
}
.AnyTagClassName
{
color: #323CDC;
}
</style>
background-color css
<style>
a { background-color: #323CDC; }
a { background-color: rgb(50,60,220); }
div.DivClassName
{
background-color: #323CDC;
}
.BgClassName
{
background-color: #323CDC;
}
</style>
border-color css
<style>
span { border-color: #323CDC; }
span { border-color: rgb(50,60,220); }
td.TdClassName
{
border-color: #323CDC;
}
.TagClassName
{
border-color: #323CDC;
}
</style>