Shades of Free Speech Blue #3E35DB
Tints of Free Speech Blue #3E35DB
RGB
CMYK
RGB Variations
Color information
#3E35DB (or 0x3E35DB) is known color: Free Speech Blue. HEX triplet: 3E, 35 and DB. RGB value is (62,53,219). Sum of RGB (Red+Green+Blue) = 62+53+219=334 (44% of max value = 765). Red value is 62 (24.61% from 255 or 18.56% from 334); Green value is 53 (21.09% from 255 or 15.87% 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 #3E35DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E35DB is #C1CA24. Grayscale: #494949. Windows color (decimal): -12700197 or 14366014. OLE color: 14366014.
HSL color Cylindrical-coordinate representation of color #3E35DB: hue angle of 243.25º 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 #3E35DB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 62 | 53 | 219 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.14 |
| HSL | 243.25º | 0.7% | 0.53% | - |
| HSV(B) | 243.25º | 0.76% | 0.86% | - |
| XYZ | 16.05 | 8.68 | 67.85 | - |
| YUV | 74.62 | 209.48 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 53 | 219 | 0.72 | 0.76 | 0 | 0.14 | 243.25 | 0.7 | 0.53 |
| Hex | 3E | 35 | DB | 48 | 4C | 0 | E | F3 | 46 | 35 |
| Octal | 76 | 65 | 333 | 110 | 114 | 0 | 16 | 363 | 106 | 65 |
| Binary | 111110 | 110101 | 11011011 | 1001000 | 1001100 | 0 | 1110 | 11110011 | 1000110 | 110101 |
Color Harmonies of #3E35DB
Complementary color
Monochromatic Colors of #3E35DB
Black with #3E35DB
Text Example
Text Example
White with #3E35DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E35DB; }
p { color: rgb(62,53,219); }
H1.HeaderClassName
{
color: #3E35DB;
}
.AnyTagClassName
{
color: #3E35DB;
}
</style>
background-color css
<style>
a { background-color: #3E35DB; }
a { background-color: rgb(62,53,219); }
div.DivClassName
{
background-color: #3E35DB;
}
.BgClassName
{
background-color: #3E35DB;
}
</style>
border-color css
<style>
span { border-color: #3E35DB; }
span { border-color: rgb(62,53,219); }
td.TdClassName
{
border-color: #3E35DB;
}
.TagClassName
{
border-color: #3E35DB;
}
</style>