Shades of Free Speech Blue #3D42DB
Tints of Free Speech Blue #3D42DB
RGB
CMYK
RGB Variations
Color information
#3D42DB (or 0x3D42DB) is known color: Free Speech Blue. HEX triplet: 3D, 42 and DB. RGB value is (61,66,219). Sum of RGB (Red+Green+Blue) = 61+66+219=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D42DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D42DB is #C2BD24. Grayscale: #515151. Windows color (decimal): -12762405 or 14369341. OLE color: 14369341.
HSL color Cylindrical-coordinate representation of color #3D42DB: hue angle of 238.1º 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 #3D42DB is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 66 | 219 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.14 |
| HSL | 238.1º | 0.69% | 0.55% | - |
| HSV(B) | 238.1º | 0.72% | 0.86% | - |
| XYZ | 16.66 | 10 | 68.07 | - |
| YUV | 81.95 | 205.34 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 219 | 0.72 | 0.70 | 0 | 0.14 | 238.1 | 0.69 | 0.55 |
| Hex | 3D | 42 | DB | 48 | 46 | 0 | E | EE | 45 | 37 |
| Octal | 75 | 102 | 333 | 110 | 106 | 0 | 16 | 356 | 105 | 67 |
| Binary | 111101 | 1000010 | 11011011 | 1001000 | 1000110 | 0 | 1110 | 11101110 | 1000101 | 110111 |
Color Harmonies of #3D42DB
Complementary color
Monochromatic Colors of #3D42DB
Black with #3D42DB
Text Example
Text Example
White with #3D42DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D42DB; }
p { color: rgb(61,66,219); }
H1.HeaderClassName
{
color: #3D42DB;
}
.AnyTagClassName
{
color: #3D42DB;
}
</style>
background-color css
<style>
a { background-color: #3D42DB; }
a { background-color: rgb(61,66,219); }
div.DivClassName
{
background-color: #3D42DB;
}
.BgClassName
{
background-color: #3D42DB;
}
</style>
border-color css
<style>
span { border-color: #3D42DB; }
span { border-color: rgb(61,66,219); }
td.TdClassName
{
border-color: #3D42DB;
}
.TagClassName
{
border-color: #3D42DB;
}
</style>