Shades of Free Speech Blue #3D41DB
Tints of Free Speech Blue #3D41DB
RGB
CMYK
RGB Variations
Color information
#3D41DB (or 0x3D41DB) is known color: Free Speech Blue. HEX triplet: 3D, 41 and DB. RGB value is (61,65,219). Sum of RGB (Red+Green+Blue) = 61+65+219=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 65 (25.78% from 255 or 18.84% 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 #3D41DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D41DB is #C2BE24. Grayscale: #505050. Windows color (decimal): -12762661 or 14369085. OLE color: 14369085.
HSL color Cylindrical-coordinate representation of color #3D41DB: hue angle of 238.48º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D41DB is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 65 | 219 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.14 |
| HSL | 238.48º | 0.69% | 0.55% | - |
| HSV(B) | 238.48º | 0.72% | 0.86% | - |
| XYZ | 16.6 | 9.89 | 68.05 | - |
| YUV | 81.36 | 205.67 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 65 | 219 | 0.72 | 0.70 | 0 | 0.14 | 238.48 | 0.69 | 0.55 |
| Hex | 3D | 41 | DB | 48 | 46 | 0 | E | EE | 45 | 37 |
| Octal | 75 | 101 | 333 | 110 | 106 | 0 | 16 | 356 | 105 | 67 |
| Binary | 111101 | 1000001 | 11011011 | 1001000 | 1000110 | 0 | 1110 | 11101110 | 1000101 | 110111 |
Color Harmonies of #3D41DB
Complementary color
Monochromatic Colors of #3D41DB
Black with #3D41DB
Text Example
Text Example
White with #3D41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D41DB; }
p { color: rgb(61,65,219); }
H1.HeaderClassName
{
color: #3D41DB;
}
.AnyTagClassName
{
color: #3D41DB;
}
</style>
background-color css
<style>
a { background-color: #3D41DB; }
a { background-color: rgb(61,65,219); }
div.DivClassName
{
background-color: #3D41DB;
}
.BgClassName
{
background-color: #3D41DB;
}
</style>
border-color css
<style>
span { border-color: #3D41DB; }
span { border-color: rgb(61,65,219); }
td.TdClassName
{
border-color: #3D41DB;
}
.TagClassName
{
border-color: #3D41DB;
}
</style>