Shades of Free Speech Blue #3046D8
Tints of Free Speech Blue #3046D8
RGB
CMYK
RGB Variations
Color information
#3046D8 (or 0x3046D8) is known color: Free Speech Blue. HEX triplet: 30, 46 and D8. RGB value is (48,70,216). Sum of RGB (Red+Green+Blue) = 48+70+216=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 216 (84.77% from 255 or 64.67% from 334); Max value from RGB is 216 - color contains mainly: blue. Hex color #3046D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3046D8 is #CFB927. Grayscale: #4F4F4F. Windows color (decimal): -13613352 or 14173744. OLE color: 14173744.
HSL color Cylindrical-coordinate representation of color #3046D8: hue angle of 232.14º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3046D8 is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 70 | 216 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.15 |
| HSL | 232.14º | 0.68% | 0.52% | - |
| HSV(B) | 232.14º | 0.78% | 0.85% | - |
| XYZ | 15.8 | 9.97 | 66.06 | - |
| YUV | 80.07 | 204.71 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 70 | 216 | 0.78 | 0.68 | 0 | 0.15 | 232.14 | 0.68 | 0.52 |
| Hex | 30 | 46 | D8 | 4E | 44 | 0 | F | E8 | 44 | 34 |
| Octal | 60 | 106 | 330 | 116 | 104 | 0 | 17 | 350 | 104 | 64 |
| Binary | 110000 | 1000110 | 11011000 | 1001110 | 1000100 | 0 | 1111 | 11101000 | 1000100 | 110100 |
Color Harmonies of #3046D8
Complementary color
Monochromatic Colors of #3046D8
Black with #3046D8
Text Example
Text Example
White with #3046D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3046D8; }
p { color: rgb(48,70,216); }
H1.HeaderClassName
{
color: #3046D8;
}
.AnyTagClassName
{
color: #3046D8;
}
</style>
background-color css
<style>
a { background-color: #3046D8; }
a { background-color: rgb(48,70,216); }
div.DivClassName
{
background-color: #3046D8;
}
.BgClassName
{
background-color: #3046D8;
}
</style>
border-color css
<style>
span { border-color: #3046D8; }
span { border-color: rgb(48,70,216); }
td.TdClassName
{
border-color: #3046D8;
}
.TagClassName
{
border-color: #3046D8;
}
</style>