Shades of Free Speech Blue #3043DB
Tints of Free Speech Blue #3043DB
RGB
CMYK
RGB Variations
Color information
#3043DB (or 0x3043DB) is known color: Free Speech Blue. HEX triplet: 30, 43 and DB. RGB value is (48,67,219). Sum of RGB (Red+Green+Blue) = 48+67+219=334 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.37% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #3043DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3043DB is #CFBC24. Grayscale: #4E4E4E. Windows color (decimal): -13614117 or 14369584. OLE color: 14369584.
HSL color Cylindrical-coordinate representation of color #3043DB: hue angle of 233.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3043DB is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 67 | 219 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.14 |
| HSL | 233.33º | 0.7% | 0.52% | - |
| HSV(B) | 233.33º | 0.78% | 0.86% | - |
| XYZ | 16.01 | 9.76 | 68.06 | - |
| YUV | 78.65 | 207.21 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 219 | 0.78 | 0.69 | 0 | 0.14 | 233.33 | 0.7 | 0.52 |
| Hex | 30 | 43 | DB | 4E | 45 | 0 | E | E9 | 46 | 34 |
| Octal | 60 | 103 | 333 | 116 | 105 | 0 | 16 | 351 | 106 | 64 |
| Binary | 110000 | 1000011 | 11011011 | 1001110 | 1000101 | 0 | 1110 | 11101001 | 1000110 | 110100 |
Color Harmonies of #3043DB
Complementary color
Monochromatic Colors of #3043DB
Black with #3043DB
Text Example
Text Example
White with #3043DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3043DB; }
p { color: rgb(48,67,219); }
H1.HeaderClassName
{
color: #3043DB;
}
.AnyTagClassName
{
color: #3043DB;
}
</style>
background-color css
<style>
a { background-color: #3043DB; }
a { background-color: rgb(48,67,219); }
div.DivClassName
{
background-color: #3043DB;
}
.BgClassName
{
background-color: #3043DB;
}
</style>
border-color css
<style>
span { border-color: #3043DB; }
span { border-color: rgb(48,67,219); }
td.TdClassName
{
border-color: #3043DB;
}
.TagClassName
{
border-color: #3043DB;
}
</style>