Shades of Free Speech Blue #323DDA
Tints of Free Speech Blue #323DDA
RGB
CMYK
RGB Variations
Color information
#323DDA (or 0x323DDA) is known color: Free Speech Blue. HEX triplet: 32, 3D and DA. RGB value is (50,61,218). Sum of RGB (Red+Green+Blue) = 50+61+218=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #323DDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #323DDA is #CDC225. Grayscale: #4A4A4A. Windows color (decimal): -13484582 or 14302514. OLE color: 14302514.
HSL color Cylindrical-coordinate representation of color #323DDA: hue angle of 236.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #323DDA is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 50 | 61 | 218 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.15 |
| HSL | 236.07º | 0.69% | 0.53% | - |
| HSV(B) | 236.07º | 0.77% | 0.85% | - |
| XYZ | 15.64 | 9.08 | 67.26 | - |
| YUV | 75.61 | 208.36 | 109.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 218 | 0.77 | 0.72 | 0 | 0.15 | 236.07 | 0.69 | 0.53 |
| Hex | 32 | 3D | DA | 4D | 48 | 0 | F | EC | 45 | 35 |
| Octal | 62 | 75 | 332 | 115 | 110 | 0 | 17 | 354 | 105 | 65 |
| Binary | 110010 | 111101 | 11011010 | 1001101 | 1001000 | 0 | 1111 | 11101100 | 1000101 | 110101 |
Color Harmonies of #323DDA
Complementary color
Monochromatic Colors of #323DDA
Black with #323DDA
Text Example
Text Example
White with #323DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323DDA; }
p { color: rgb(50,61,218); }
H1.HeaderClassName
{
color: #323DDA;
}
.AnyTagClassName
{
color: #323DDA;
}
</style>
background-color css
<style>
a { background-color: #323DDA; }
a { background-color: rgb(50,61,218); }
div.DivClassName
{
background-color: #323DDA;
}
.BgClassName
{
background-color: #323DDA;
}
</style>
border-color css
<style>
span { border-color: #323DDA; }
span { border-color: rgb(50,61,218); }
td.TdClassName
{
border-color: #323DDA;
}
.TagClassName
{
border-color: #323DDA;
}
</style>