Shades of Free Speech Blue #3D63BC
Tints of Free Speech Blue #3D63BC
RGB
CMYK
RGB Variations
Color information
#3D63BC (or 0x3D63BC) is known color: Free Speech Blue. HEX triplet: 3D, 63 and BC. RGB value is (61,99,188). Sum of RGB (Red+Green+Blue) = 61+99+188=348 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.53% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D63BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D63BC is #C29C43. Grayscale: #616161. Windows color (decimal): -12753988 or 12346173. OLE color: 12346173.
HSL color Cylindrical-coordinate representation of color #3D63BC: hue angle of 222.05º 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 #3D63BC is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 61 | 99 | 188 | - |
| CMYK | 0.68 | 0.47 | 0 | 0.26 |
| HSL | 222.05º | 0.51% | 0.49% | - |
| HSV(B) | 222.05º | 0.68% | 0.74% | - |
| XYZ | 15.46 | 13.55 | 49.38 | - |
| YUV | 97.78 | 178.91 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 188 | 0.68 | 0.47 | 0 | 0.26 | 222.05 | 0.51 | 0.49 |
| Hex | 3D | 63 | BC | 44 | 2F | 0 | 1A | DE | 33 | 31 |
| Octal | 75 | 143 | 274 | 104 | 57 | 0 | 32 | 336 | 63 | 61 |
| Binary | 111101 | 1100011 | 10111100 | 1000100 | 101111 | 0 | 11010 | 11011110 | 110011 | 110001 |
Color Harmonies of #3D63BC
Complementary color
Monochromatic Colors of #3D63BC
Black with #3D63BC
Text Example
Text Example
White with #3D63BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D63BC; }
p { color: rgb(61,99,188); }
H1.HeaderClassName
{
color: #3D63BC;
}
.AnyTagClassName
{
color: #3D63BC;
}
</style>
background-color css
<style>
a { background-color: #3D63BC; }
a { background-color: rgb(61,99,188); }
div.DivClassName
{
background-color: #3D63BC;
}
.BgClassName
{
background-color: #3D63BC;
}
</style>
border-color css
<style>
span { border-color: #3D63BC; }
span { border-color: rgb(61,99,188); }
td.TdClassName
{
border-color: #3D63BC;
}
.TagClassName
{
border-color: #3D63BC;
}
</style>