Shades of Free Speech Blue #3B3DCD
Tints of Free Speech Blue #3B3DCD
RGB
CMYK
RGB Variations
Color information
#3B3DCD (or 0x3B3DCD) is known color: Free Speech Blue. HEX triplet: 3B, 3D and CD. RGB value is (59,61,205). Sum of RGB (Red+Green+Blue) = 59+61+205=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 61 (24.22% from 255 or 18.77% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #3B3DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B3DCD is #C4C232. Grayscale: #4C4C4C. Windows color (decimal): -12894771 or 13450555. OLE color: 13450555.
HSL color Cylindrical-coordinate representation of color #3B3DCD: hue angle of 239.18º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B3DCD is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 61 | 205 | - |
| CMYK | 0.71 | 0.70 | 0 | 0.20 |
| HSL | 239.18º | 0.59% | 0.52% | - |
| HSV(B) | 239.18º | 0.71% | 0.8% | - |
| XYZ | 14.49 | 8.68 | 58.67 | - |
| YUV | 76.82 | 200.34 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 61 | 205 | 0.71 | 0.70 | 0 | 0.20 | 239.18 | 0.59 | 0.52 |
| Hex | 3B | 3D | CD | 47 | 46 | 0 | 14 | EF | 3B | 34 |
| Octal | 73 | 75 | 315 | 107 | 106 | 0 | 24 | 357 | 73 | 64 |
| Binary | 111011 | 111101 | 11001101 | 1000111 | 1000110 | 0 | 10100 | 11101111 | 111011 | 110100 |
Color Harmonies of #3B3DCD
Complementary color
Monochromatic Colors of #3B3DCD
Black with #3B3DCD
Text Example
Text Example
White with #3B3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3DCD; }
p { color: rgb(59,61,205); }
H1.HeaderClassName
{
color: #3B3DCD;
}
.AnyTagClassName
{
color: #3B3DCD;
}
</style>
background-color css
<style>
a { background-color: #3B3DCD; }
a { background-color: rgb(59,61,205); }
div.DivClassName
{
background-color: #3B3DCD;
}
.BgClassName
{
background-color: #3B3DCD;
}
</style>
border-color css
<style>
span { border-color: #3B3DCD; }
span { border-color: rgb(59,61,205); }
td.TdClassName
{
border-color: #3B3DCD;
}
.TagClassName
{
border-color: #3B3DCD;
}
</style>