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