Shades of Free Speech Blue #3D52DB
Tints of Free Speech Blue #3D52DB
RGB
CMYK
RGB Variations
Color information
#3D52DB (or 0x3D52DB) is known color: Free Speech Blue. HEX triplet: 3D, 52 and DB. RGB value is (61,82,219). Sum of RGB (Red+Green+Blue) = 61+82+219=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D52DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D52DB is #C2AD24. Grayscale: #5A5A5A. Windows color (decimal): -12758309 or 14373437. OLE color: 14373437.
HSL color Cylindrical-coordinate representation of color #3D52DB: hue angle of 232.03º 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 #3D52DB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 82 | 219 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.14 |
| HSL | 232.03º | 0.69% | 0.55% | - |
| HSV(B) | 232.03º | 0.72% | 0.86% | - |
| XYZ | 17.73 | 12.14 | 68.43 | - |
| YUV | 91.34 | 200.04 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 82 | 219 | 0.72 | 0.63 | 0 | 0.14 | 232.03 | 0.69 | 0.55 |
| Hex | 3D | 52 | DB | 48 | 3F | 0 | E | E8 | 45 | 37 |
| Octal | 75 | 122 | 333 | 110 | 77 | 0 | 16 | 350 | 105 | 67 |
| Binary | 111101 | 1010010 | 11011011 | 1001000 | 111111 | 0 | 1110 | 11101000 | 1000101 | 110111 |
Color Harmonies of #3D52DB
Complementary color
Monochromatic Colors of #3D52DB
Black with #3D52DB
Text Example
Text Example
White with #3D52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D52DB; }
p { color: rgb(61,82,219); }
H1.HeaderClassName
{
color: #3D52DB;
}
.AnyTagClassName
{
color: #3D52DB;
}
</style>
background-color css
<style>
a { background-color: #3D52DB; }
a { background-color: rgb(61,82,219); }
div.DivClassName
{
background-color: #3D52DB;
}
.BgClassName
{
background-color: #3D52DB;
}
</style>
border-color css
<style>
span { border-color: #3D52DB; }
span { border-color: rgb(61,82,219); }
td.TdClassName
{
border-color: #3D52DB;
}
.TagClassName
{
border-color: #3D52DB;
}
</style>