Shades of Free Speech Blue #3B43DB
Tints of Free Speech Blue #3B43DB
RGB
CMYK
RGB Variations
Color information
#3B43DB (or 0x3B43DB) is known color: Free Speech Blue. HEX triplet: 3B, 43 and DB. RGB value is (59,67,219). Sum of RGB (Red+Green+Blue) = 59+67+219=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B43DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B43DB is #C4BC24. Grayscale: #515151. Windows color (decimal): -12893221 or 14369595. OLE color: 14369595.
HSL color Cylindrical-coordinate representation of color #3B43DB: hue angle of 237º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B43DB is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 59 | 67 | 219 | - |
| CMYK | 0.73 | 0.69 | 0 | 0.14 |
| HSL | 237º | 0.69% | 0.55% | - |
| HSV(B) | 237º | 0.73% | 0.86% | - |
| XYZ | 16.6 | 10.06 | 68.08 | - |
| YUV | 81.94 | 205.35 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 219 | 0.73 | 0.69 | 0 | 0.14 | 237 | 0.69 | 0.55 |
| Hex | 3B | 43 | DB | 49 | 45 | 0 | E | ED | 45 | 37 |
| Octal | 73 | 103 | 333 | 111 | 105 | 0 | 16 | 355 | 105 | 67 |
| Binary | 111011 | 1000011 | 11011011 | 1001001 | 1000101 | 0 | 1110 | 11101101 | 1000101 | 110111 |
Color Harmonies of #3B43DB
Complementary color
Monochromatic Colors of #3B43DB
Black with #3B43DB
Text Example
Text Example
White with #3B43DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B43DB; }
p { color: rgb(59,67,219); }
H1.HeaderClassName
{
color: #3B43DB;
}
.AnyTagClassName
{
color: #3B43DB;
}
</style>
background-color css
<style>
a { background-color: #3B43DB; }
a { background-color: rgb(59,67,219); }
div.DivClassName
{
background-color: #3B43DB;
}
.BgClassName
{
background-color: #3B43DB;
}
</style>
border-color css
<style>
span { border-color: #3B43DB; }
span { border-color: rgb(59,67,219); }
td.TdClassName
{
border-color: #3B43DB;
}
.TagClassName
{
border-color: #3B43DB;
}
</style>