Shades of Free Speech Blue #3D34DB
Tints of Free Speech Blue #3D34DB
RGB
CMYK
RGB Variations
Color information
#3D34DB (or 0x3D34DB) is known color: Free Speech Blue. HEX triplet: 3D, 34 and DB. RGB value is (61,52,219). Sum of RGB (Red+Green+Blue) = 61+52+219=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D34DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D34DB is #C2CB24. Grayscale: #494949. Windows color (decimal): -12765989 or 14365757. OLE color: 14365757.
HSL color Cylindrical-coordinate representation of color #3D34DB: hue angle of 243.23º 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 #3D34DB is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 52 | 219 | - |
| CMYK | 0.72 | 0.76 | 0 | 0.14 |
| HSL | 243.23º | 0.7% | 0.53% | - |
| HSV(B) | 243.23º | 0.76% | 0.86% | - |
| XYZ | 15.94 | 8.56 | 67.83 | - |
| YUV | 73.73 | 209.98 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 52 | 219 | 0.72 | 0.76 | 0 | 0.14 | 243.23 | 0.7 | 0.53 |
| Hex | 3D | 34 | DB | 48 | 4C | 0 | E | F3 | 46 | 35 |
| Octal | 75 | 64 | 333 | 110 | 114 | 0 | 16 | 363 | 106 | 65 |
| Binary | 111101 | 110100 | 11011011 | 1001000 | 1001100 | 0 | 1110 | 11110011 | 1000110 | 110101 |
Color Harmonies of #3D34DB
Complementary color
Monochromatic Colors of #3D34DB
Black with #3D34DB
Text Example
Text Example
White with #3D34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D34DB; }
p { color: rgb(61,52,219); }
H1.HeaderClassName
{
color: #3D34DB;
}
.AnyTagClassName
{
color: #3D34DB;
}
</style>
background-color css
<style>
a { background-color: #3D34DB; }
a { background-color: rgb(61,52,219); }
div.DivClassName
{
background-color: #3D34DB;
}
.BgClassName
{
background-color: #3D34DB;
}
</style>
border-color css
<style>
span { border-color: #3D34DB; }
span { border-color: rgb(61,52,219); }
td.TdClassName
{
border-color: #3D34DB;
}
.TagClassName
{
border-color: #3D34DB;
}
</style>