Shades of Free Speech Blue #3049DC
Tints of Free Speech Blue #3049DC
RGB
CMYK
RGB Variations
Color information
#3049DC (or 0x3049DC) is known color: Free Speech Blue. HEX triplet: 30, 49 and DC. RGB value is (48,73,220). Sum of RGB (Red+Green+Blue) = 48+73+220=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #3049DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3049DC is #CFB623. Grayscale: #515151. Windows color (decimal): -13612580 or 14436656. OLE color: 14436656.
HSL color Cylindrical-coordinate representation of color #3049DC: hue angle of 231.28º 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 #3049DC is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 73 | 220 | - |
| CMYK | 0.78 | 0.67 | 0 | 0.14 |
| HSL | 231.28º | 0.71% | 0.53% | - |
| HSV(B) | 231.28º | 0.78% | 0.86% | - |
| XYZ | 16.52 | 10.56 | 68.88 | - |
| YUV | 82.28 | 205.72 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 220 | 0.78 | 0.67 | 0 | 0.14 | 231.28 | 0.71 | 0.53 |
| Hex | 30 | 49 | DC | 4E | 43 | 0 | E | E7 | 47 | 35 |
| Octal | 60 | 111 | 334 | 116 | 103 | 0 | 16 | 347 | 107 | 65 |
| Binary | 110000 | 1001001 | 11011100 | 1001110 | 1000011 | 0 | 1110 | 11100111 | 1000111 | 110101 |
Color Harmonies of #3049DC
Complementary color
Monochromatic Colors of #3049DC
Black with #3049DC
Text Example
Text Example
White with #3049DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3049DC; }
p { color: rgb(48,73,220); }
H1.HeaderClassName
{
color: #3049DC;
}
.AnyTagClassName
{
color: #3049DC;
}
</style>
background-color css
<style>
a { background-color: #3049DC; }
a { background-color: rgb(48,73,220); }
div.DivClassName
{
background-color: #3049DC;
}
.BgClassName
{
background-color: #3049DC;
}
</style>
border-color css
<style>
span { border-color: #3049DC; }
span { border-color: rgb(48,73,220); }
td.TdClassName
{
border-color: #3049DC;
}
.TagClassName
{
border-color: #3049DC;
}
</style>