Shades of Free Speech Blue #3248DB
Tints of Free Speech Blue #3248DB
RGB
CMYK
RGB Variations
Color information
#3248DB (or 0x3248DB) is known color: Free Speech Blue. HEX triplet: 32, 48 and DB. RGB value is (50,72,219). Sum of RGB (Red+Green+Blue) = 50+72+219=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #3248DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3248DB is #CDB724. Grayscale: #515151. Windows color (decimal): -13481765 or 14370866. OLE color: 14370866.
HSL color Cylindrical-coordinate representation of color #3248DB: hue angle of 232.19º degrees, saturation: 0.7, 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 #3248DB is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 50 | 72 | 219 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.14 |
| HSL | 232.19º | 0.7% | 0.53% | - |
| HSV(B) | 232.19º | 0.77% | 0.86% | - |
| XYZ | 16.42 | 10.43 | 68.17 | - |
| YUV | 82.18 | 205.21 | 105.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 72 | 219 | 0.77 | 0.67 | 0 | 0.14 | 232.19 | 0.7 | 0.53 |
| Hex | 32 | 48 | DB | 4D | 43 | 0 | E | E8 | 46 | 35 |
| Octal | 62 | 110 | 333 | 115 | 103 | 0 | 16 | 350 | 106 | 65 |
| Binary | 110010 | 1001000 | 11011011 | 1001101 | 1000011 | 0 | 1110 | 11101000 | 1000110 | 110101 |
Color Harmonies of #3248DB
Complementary color
Monochromatic Colors of #3248DB
Black with #3248DB
Text Example
Text Example
White with #3248DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3248DB; }
p { color: rgb(50,72,219); }
H1.HeaderClassName
{
color: #3248DB;
}
.AnyTagClassName
{
color: #3248DB;
}
</style>
background-color css
<style>
a { background-color: #3248DB; }
a { background-color: rgb(50,72,219); }
div.DivClassName
{
background-color: #3248DB;
}
.BgClassName
{
background-color: #3248DB;
}
</style>
border-color css
<style>
span { border-color: #3248DB; }
span { border-color: rgb(50,72,219); }
td.TdClassName
{
border-color: #3248DB;
}
.TagClassName
{
border-color: #3248DB;
}
</style>