Shades of Free Speech Blue #3D42B1
Tints of Free Speech Blue #3D42B1
RGB
CMYK
RGB Variations
Color information
#3D42B1 (or 0x3D42B1) is known color: Free Speech Blue. HEX triplet: 3D, 42 and B1. RGB value is (61,66,177). Sum of RGB (Red+Green+Blue) = 61+66+177=304 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.07% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #3D42B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D42B1 is #C2BD4E. Grayscale: #4C4C4C. Windows color (decimal): -12762447 or 11616829. OLE color: 11616829.
HSL color Cylindrical-coordinate representation of color #3D42B1: hue angle of 237.41º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3D42B1 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 61 | 66 | 177 | - |
| CMYK | 0.66 | 0.63 | 0 | 0.31 |
| HSL | 237.41º | 0.49% | 0.47% | - |
| HSV(B) | 237.41º | 0.66% | 0.69% | - |
| XYZ | 11.81 | 8.06 | 42.53 | - |
| YUV | 77.16 | 184.34 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 177 | 0.66 | 0.63 | 0 | 0.31 | 237.41 | 0.49 | 0.47 |
| Hex | 3D | 42 | B1 | 42 | 3F | 0 | 1F | ED | 31 | 2F |
| Octal | 75 | 102 | 261 | 102 | 77 | 0 | 37 | 355 | 61 | 57 |
| Binary | 111101 | 1000010 | 10110001 | 1000010 | 111111 | 0 | 11111 | 11101101 | 110001 | 101111 |
Color Harmonies of #3D42B1
Complementary color
Monochromatic Colors of #3D42B1
Black with #3D42B1
Text Example
Text Example
White with #3D42B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D42B1; }
p { color: rgb(61,66,177); }
H1.HeaderClassName
{
color: #3D42B1;
}
.AnyTagClassName
{
color: #3D42B1;
}
</style>
background-color css
<style>
a { background-color: #3D42B1; }
a { background-color: rgb(61,66,177); }
div.DivClassName
{
background-color: #3D42B1;
}
.BgClassName
{
background-color: #3D42B1;
}
</style>
border-color css
<style>
span { border-color: #3D42B1; }
span { border-color: rgb(61,66,177); }
td.TdClassName
{
border-color: #3D42B1;
}
.TagClassName
{
border-color: #3D42B1;
}
</style>