Shades of Free Speech Blue #3046E3
Tints of Free Speech Blue #3046E3
RGB
CMYK
RGB Variations
Color information
#3046E3 (or 0x3046E3) is known color: Free Speech Blue. HEX triplet: 30, 46 and E3. RGB value is (48,70,227). Sum of RGB (Red+Green+Blue) = 48+70+227=345 (45% of max value = 765). Red value is 48 (19.14% from 255 or 13.91% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 227 (89.06% from 255 or 65.80% from 345); Max value from RGB is 227 - color contains mainly: blue. Hex color #3046E3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046E3 is #CFB91C. Grayscale: #505050. Windows color (decimal): -13613341 or 14894640. OLE color: 14894640.
HSL color Cylindrical-coordinate representation of color #3046E3: hue angle of 232.63º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3046E3 is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 70 | 227 | - |
| CMYK | 0.79 | 0.69 | 0 | 0.11 |
| HSL | 232.63º | 0.76% | 0.54% | - |
| HSV(B) | 232.63º | 0.79% | 0.89% | - |
| XYZ | 17.27 | 10.55 | 73.8 | - |
| YUV | 81.32 | 210.21 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 227 | 0.79 | 0.69 | 0 | 0.11 | 232.63 | 0.76 | 0.54 |
| Hex | 30 | 46 | E3 | 4F | 45 | 0 | B | E9 | 4C | 36 |
| Octal | 60 | 106 | 343 | 117 | 105 | 0 | 13 | 351 | 114 | 66 |
| Binary | 110000 | 1000110 | 11100011 | 1001111 | 1000101 | 0 | 1011 | 11101001 | 1001100 | 110110 |
Color Harmonies of #3046E3
Complementary color
Monochromatic Colors of #3046E3
Black with #3046E3
Text Example
Text Example
White with #3046E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046E3; }
p { color: rgb(48,70,227); }
H1.HeaderClassName
{
color: #3046E3;
}
.AnyTagClassName
{
color: #3046E3;
}
</style>
background-color css
<style>
a { background-color: #3046E3; }
a { background-color: rgb(48,70,227); }
div.DivClassName
{
background-color: #3046E3;
}
.BgClassName
{
background-color: #3046E3;
}
</style>
border-color css
<style>
span { border-color: #3046E3; }
span { border-color: rgb(48,70,227); }
td.TdClassName
{
border-color: #3046E3;
}
.TagClassName
{
border-color: #3046E3;
}
</style>