Shades of Free Speech Blue #3650DB
Tints of Free Speech Blue #3650DB
RGB
CMYK
RGB Variations
Color information
#3650DB (or 0x3650DB) is known color: Free Speech Blue. HEX triplet: 36, 50 and DB. RGB value is (54,80,219). Sum of RGB (Red+Green+Blue) = 54+80+219=353 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.30% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #3650DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3650DB is #C9AF24. Grayscale: #575757. Windows color (decimal): -13217573 or 14372918. OLE color: 14372918.
HSL color Cylindrical-coordinate representation of color #3650DB: hue angle of 230.55º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3650DB is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 54 | 80 | 219 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.14 |
| HSL | 230.55º | 0.7% | 0.54% | - |
| HSV(B) | 230.55º | 0.75% | 0.86% | - |
| XYZ | 17.18 | 11.64 | 68.36 | - |
| YUV | 88.07 | 201.89 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 80 | 219 | 0.75 | 0.63 | 0 | 0.14 | 230.55 | 0.7 | 0.54 |
| Hex | 36 | 50 | DB | 4B | 3F | 0 | E | E7 | 46 | 36 |
| Octal | 66 | 120 | 333 | 113 | 77 | 0 | 16 | 347 | 106 | 66 |
| Binary | 110110 | 1010000 | 11011011 | 1001011 | 111111 | 0 | 1110 | 11100111 | 1000110 | 110110 |
Color Harmonies of #3650DB
Complementary color
Monochromatic Colors of #3650DB
Black with #3650DB
Text Example
Text Example
White with #3650DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3650DB; }
p { color: rgb(54,80,219); }
H1.HeaderClassName
{
color: #3650DB;
}
.AnyTagClassName
{
color: #3650DB;
}
</style>
background-color css
<style>
a { background-color: #3650DB; }
a { background-color: rgb(54,80,219); }
div.DivClassName
{
background-color: #3650DB;
}
.BgClassName
{
background-color: #3650DB;
}
</style>
border-color css
<style>
span { border-color: #3650DB; }
span { border-color: rgb(54,80,219); }
td.TdClassName
{
border-color: #3650DB;
}
.TagClassName
{
border-color: #3650DB;
}
</style>