Shades of Free Speech Blue #3D35DB
Tints of Free Speech Blue #3D35DB
RGB
CMYK
RGB Variations
Color information
#3D35DB (or 0x3D35DB) is known color: Free Speech Blue. HEX triplet: 3D, 35 and DB. RGB value is (61,53,219). Sum of RGB (Red+Green+Blue) = 61+53+219=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 53 (21.09% from 255 or 15.92% from 333); Blue value is 219 (85.94% from 255 or 65.77% from 333); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D35DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D35DB is #C2CA24. Grayscale: #494949. Windows color (decimal): -12765733 or 14366013. OLE color: 14366013.
HSL color Cylindrical-coordinate representation of color #3D35DB: hue angle of 242.89º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3D35DB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 53 | 219 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.14 |
| HSL | 242.89º | 0.7% | 0.53% | - |
| HSV(B) | 242.89º | 0.76% | 0.86% | - |
| XYZ | 15.98 | 8.65 | 67.85 | - |
| YUV | 74.32 | 209.65 | 118.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 53 | 219 | 0.72 | 0.76 | 0 | 0.14 | 242.89 | 0.7 | 0.53 |
| Hex | 3D | 35 | DB | 48 | 4C | 0 | E | F3 | 46 | 35 |
| Octal | 75 | 65 | 333 | 110 | 114 | 0 | 16 | 363 | 106 | 65 |
| Binary | 111101 | 110101 | 11011011 | 1001000 | 1001100 | 0 | 1110 | 11110011 | 1000110 | 110101 |
Color Harmonies of #3D35DB
Complementary color
Monochromatic Colors of #3D35DB
Black with #3D35DB
Text Example
Text Example
White with #3D35DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D35DB; }
p { color: rgb(61,53,219); }
H1.HeaderClassName
{
color: #3D35DB;
}
.AnyTagClassName
{
color: #3D35DB;
}
</style>
background-color css
<style>
a { background-color: #3D35DB; }
a { background-color: rgb(61,53,219); }
div.DivClassName
{
background-color: #3D35DB;
}
.BgClassName
{
background-color: #3D35DB;
}
</style>
border-color css
<style>
span { border-color: #3D35DB; }
span { border-color: rgb(61,53,219); }
td.TdClassName
{
border-color: #3D35DB;
}
.TagClassName
{
border-color: #3D35DB;
}
</style>