Shades of Free Speech Blue #3D65BC
Tints of Free Speech Blue #3D65BC
RGB
CMYK
RGB Variations
Color information
#3D65BC (or 0x3D65BC) is known color: Free Speech Blue. HEX triplet: 3D, 65 and BC. RGB value is (61,101,188). Sum of RGB (Red+Green+Blue) = 61+101+188=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D65BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D65BC is #C29A43. Grayscale: #626262. Windows color (decimal): -12753476 or 12346685. OLE color: 12346685.
HSL color Cylindrical-coordinate representation of color #3D65BC: hue angle of 221.1º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D65BC is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 101 | 188 | - |
| CMYK | 0.68 | 0.46 | 0 | 0.26 |
| HSL | 221.1º | 0.51% | 0.49% | - |
| HSV(B) | 221.1º | 0.68% | 0.74% | - |
| XYZ | 15.66 | 13.93 | 49.44 | - |
| YUV | 98.96 | 178.25 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 188 | 0.68 | 0.46 | 0 | 0.26 | 221.1 | 0.51 | 0.49 |
| Hex | 3D | 65 | BC | 44 | 2E | 0 | 1A | DD | 33 | 31 |
| Octal | 75 | 145 | 274 | 104 | 56 | 0 | 32 | 335 | 63 | 61 |
| Binary | 111101 | 1100101 | 10111100 | 1000100 | 101110 | 0 | 11010 | 11011101 | 110011 | 110001 |
Color Harmonies of #3D65BC
Complementary color
Monochromatic Colors of #3D65BC
Black with #3D65BC
Text Example
Text Example
White with #3D65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D65BC; }
p { color: rgb(61,101,188); }
H1.HeaderClassName
{
color: #3D65BC;
}
.AnyTagClassName
{
color: #3D65BC;
}
</style>
background-color css
<style>
a { background-color: #3D65BC; }
a { background-color: rgb(61,101,188); }
div.DivClassName
{
background-color: #3D65BC;
}
.BgClassName
{
background-color: #3D65BC;
}
</style>
border-color css
<style>
span { border-color: #3D65BC; }
span { border-color: rgb(61,101,188); }
td.TdClassName
{
border-color: #3D65BC;
}
.TagClassName
{
border-color: #3D65BC;
}
</style>