Shades of Free Speech Blue #3D54DB
Tints of Free Speech Blue #3D54DB
RGB
CMYK
RGB Variations
Color information
#3D54DB (or 0x3D54DB) is known color: Free Speech Blue. HEX triplet: 3D, 54 and DB. RGB value is (61,84,219). Sum of RGB (Red+Green+Blue) = 61+84+219=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D54DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D54DB is #C2AB24. Grayscale: #5B5B5B. Windows color (decimal): -12757797 or 14373949. OLE color: 14373949.
HSL color Cylindrical-coordinate representation of color #3D54DB: hue angle of 231.27º 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 #3D54DB is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 84 | 219 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.14 |
| HSL | 231.27º | 0.69% | 0.55% | - |
| HSV(B) | 231.27º | 0.72% | 0.86% | - |
| XYZ | 17.88 | 12.45 | 68.48 | - |
| YUV | 92.51 | 199.38 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 84 | 219 | 0.72 | 0.62 | 0 | 0.14 | 231.27 | 0.69 | 0.55 |
| Hex | 3D | 54 | DB | 48 | 3E | 0 | E | E7 | 45 | 37 |
| Octal | 75 | 124 | 333 | 110 | 76 | 0 | 16 | 347 | 105 | 67 |
| Binary | 111101 | 1010100 | 11011011 | 1001000 | 111110 | 0 | 1110 | 11100111 | 1000101 | 110111 |
Color Harmonies of #3D54DB
Complementary color
Monochromatic Colors of #3D54DB
Black with #3D54DB
Text Example
Text Example
White with #3D54DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D54DB; }
p { color: rgb(61,84,219); }
H1.HeaderClassName
{
color: #3D54DB;
}
.AnyTagClassName
{
color: #3D54DB;
}
</style>
background-color css
<style>
a { background-color: #3D54DB; }
a { background-color: rgb(61,84,219); }
div.DivClassName
{
background-color: #3D54DB;
}
.BgClassName
{
background-color: #3D54DB;
}
</style>
border-color css
<style>
span { border-color: #3D54DB; }
span { border-color: rgb(61,84,219); }
td.TdClassName
{
border-color: #3D54DB;
}
.TagClassName
{
border-color: #3D54DB;
}
</style>