Shades of Free Speech Blue #3046DC
Tints of Free Speech Blue #3046DC
RGB
CMYK
RGB Variations
Color information
#3046DC (or 0x3046DC) is known color: Free Speech Blue. HEX triplet: 30, 46 and DC. RGB value is (48,70,220). Sum of RGB (Red+Green+Blue) = 48+70+220=338 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.20% from 338); Green value is 70 (27.73% from 255 or 20.71% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #3046DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046DC is #CFB923. Grayscale: #4F4F4F. Windows color (decimal): -13613348 or 14435888. OLE color: 14435888.
HSL color Cylindrical-coordinate representation of color #3046DC: hue angle of 232.33º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3046DC is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 70 | 220 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.14 |
| HSL | 232.33º | 0.71% | 0.53% | - |
| HSV(B) | 232.33º | 0.78% | 0.86% | - |
| XYZ | 16.33 | 10.18 | 68.81 | - |
| YUV | 80.52 | 206.71 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 220 | 0.78 | 0.68 | 0 | 0.14 | 232.33 | 0.71 | 0.53 |
| Hex | 30 | 46 | DC | 4E | 44 | 0 | E | E8 | 47 | 35 |
| Octal | 60 | 106 | 334 | 116 | 104 | 0 | 16 | 350 | 107 | 65 |
| Binary | 110000 | 1000110 | 11011100 | 1001110 | 1000100 | 0 | 1110 | 11101000 | 1000111 | 110101 |
Color Harmonies of #3046DC
Complementary color
Monochromatic Colors of #3046DC
Black with #3046DC
Text Example
Text Example
White with #3046DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046DC; }
p { color: rgb(48,70,220); }
H1.HeaderClassName
{
color: #3046DC;
}
.AnyTagClassName
{
color: #3046DC;
}
</style>
background-color css
<style>
a { background-color: #3046DC; }
a { background-color: rgb(48,70,220); }
div.DivClassName
{
background-color: #3046DC;
}
.BgClassName
{
background-color: #3046DC;
}
</style>
border-color css
<style>
span { border-color: #3046DC; }
span { border-color: rgb(48,70,220); }
td.TdClassName
{
border-color: #3046DC;
}
.TagClassName
{
border-color: #3046DC;
}
</style>