Shades of Free Speech Blue #323EDC
Tints of Free Speech Blue #323EDC
RGB
CMYK
RGB Variations
Color information
#323EDC (or 0x323EDC) is known color: Free Speech Blue. HEX triplet: 32, 3E and DC. RGB value is (50,62,220). Sum of RGB (Red+Green+Blue) = 50+62+220=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #323EDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323EDC is #CDC123. Grayscale: #4B4B4B. Windows color (decimal): -13484324 or 14433842. OLE color: 14433842.
HSL color Cylindrical-coordinate representation of color #323EDC: hue angle of 235.76º 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 #323EDC is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 62 | 220 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.14 |
| HSL | 235.76º | 0.71% | 0.53% | - |
| HSV(B) | 235.76º | 0.77% | 0.86% | - |
| XYZ | 15.96 | 9.29 | 68.66 | - |
| YUV | 76.42 | 209.02 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 62 | 220 | 0.77 | 0.72 | 0 | 0.14 | 235.76 | 0.71 | 0.53 |
| Hex | 32 | 3E | DC | 4D | 48 | 0 | E | EC | 47 | 35 |
| Octal | 62 | 76 | 334 | 115 | 110 | 0 | 16 | 354 | 107 | 65 |
| Binary | 110010 | 111110 | 11011100 | 1001101 | 1001000 | 0 | 1110 | 11101100 | 1000111 | 110101 |
Color Harmonies of #323EDC
Complementary color
Monochromatic Colors of #323EDC
Black with #323EDC
Text Example
Text Example
White with #323EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323EDC; }
p { color: rgb(50,62,220); }
H1.HeaderClassName
{
color: #323EDC;
}
.AnyTagClassName
{
color: #323EDC;
}
</style>
background-color css
<style>
a { background-color: #323EDC; }
a { background-color: rgb(50,62,220); }
div.DivClassName
{
background-color: #323EDC;
}
.BgClassName
{
background-color: #323EDC;
}
</style>
border-color css
<style>
span { border-color: #323EDC; }
span { border-color: rgb(50,62,220); }
td.TdClassName
{
border-color: #323EDC;
}
.TagClassName
{
border-color: #323EDC;
}
</style>