Shades of Free Speech Blue #3047DF
Tints of Free Speech Blue #3047DF
RGB
CMYK
RGB Variations
Color information
#3047DF (or 0x3047DF) is known color: Free Speech Blue. HEX triplet: 30, 47 and DF. RGB value is (48,71,223). Sum of RGB (Red+Green+Blue) = 48+71+223=342 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.04% from 342); Green value is 71 (28.12% from 255 or 20.76% from 342); Blue value is 223 (87.5% from 255 or 65.20% from 342); Max value from RGB is 223 - color contains mainly: blue. Hex color #3047DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3047DF is #CFB820. Grayscale: #505050. Windows color (decimal): -13613089 or 14632752. OLE color: 14632752.
HSL color Cylindrical-coordinate representation of color #3047DF: hue angle of 232.11º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3047DF is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 71 | 223 | - |
| CMYK | 0.78 | 0.68 | 0 | 0.13 |
| HSL | 232.11º | 0.73% | 0.53% | - |
| HSV(B) | 232.11º | 0.78% | 0.87% | - |
| XYZ | 16.79 | 10.46 | 70.95 | - |
| YUV | 81.45 | 207.88 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 71 | 223 | 0.78 | 0.68 | 0 | 0.13 | 232.11 | 0.73 | 0.53 |
| Hex | 30 | 47 | DF | 4E | 44 | 0 | D | E8 | 49 | 35 |
| Octal | 60 | 107 | 337 | 116 | 104 | 0 | 15 | 350 | 111 | 65 |
| Binary | 110000 | 1000111 | 11011111 | 1001110 | 1000100 | 0 | 1101 | 11101000 | 1001001 | 110101 |
Color Harmonies of #3047DF
Complementary color
Monochromatic Colors of #3047DF
Black with #3047DF
Text Example
Text Example
White with #3047DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3047DF; }
p { color: rgb(48,71,223); }
H1.HeaderClassName
{
color: #3047DF;
}
.AnyTagClassName
{
color: #3047DF;
}
</style>
background-color css
<style>
a { background-color: #3047DF; }
a { background-color: rgb(48,71,223); }
div.DivClassName
{
background-color: #3047DF;
}
.BgClassName
{
background-color: #3047DF;
}
</style>
border-color css
<style>
span { border-color: #3047DF; }
span { border-color: rgb(48,71,223); }
td.TdClassName
{
border-color: #3047DF;
}
.TagClassName
{
border-color: #3047DF;
}
</style>