Shades of Free Speech Blue #3D36D5
Tints of Free Speech Blue #3D36D5
RGB
CMYK
RGB Variations
Color information
#3D36D5 (or 0x3D36D5) is known color: Free Speech Blue. HEX triplet: 3D, 36 and D5. RGB value is (61,54,213). Sum of RGB (Red+Green+Blue) = 61+54+213=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 213 (83.59% from 255 or 64.94% from 328); Max value from RGB is 213 - color contains mainly: blue. Hex color #3D36D5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D36D5 is #C2C92A. Grayscale: #494949. Windows color (decimal): -12765483 or 13973053. OLE color: 13973053.
HSL color Cylindrical-coordinate representation of color #3D36D5: hue angle of 242.64º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3D36D5 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 54 | 213 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.16 |
| HSL | 242.64º | 0.65% | 0.52% | - |
| HSV(B) | 242.64º | 0.75% | 0.84% | - |
| XYZ | 15.25 | 8.43 | 63.77 | - |
| YUV | 74.22 | 206.32 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 213 | 0.71 | 0.75 | 0 | 0.16 | 242.64 | 0.65 | 0.52 |
| Hex | 3D | 36 | D5 | 47 | 4B | 0 | 10 | F3 | 41 | 34 |
| Octal | 75 | 66 | 325 | 107 | 113 | 0 | 20 | 363 | 101 | 64 |
| Binary | 111101 | 110110 | 11010101 | 1000111 | 1001011 | 0 | 10000 | 11110011 | 1000001 | 110100 |
Color Harmonies of #3D36D5
Complementary color
Monochromatic Colors of #3D36D5
Black with #3D36D5
Text Example
Text Example
White with #3D36D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D36D5; }
p { color: rgb(61,54,213); }
H1.HeaderClassName
{
color: #3D36D5;
}
.AnyTagClassName
{
color: #3D36D5;
}
</style>
background-color css
<style>
a { background-color: #3D36D5; }
a { background-color: rgb(61,54,213); }
div.DivClassName
{
background-color: #3D36D5;
}
.BgClassName
{
background-color: #3D36D5;
}
</style>
border-color css
<style>
span { border-color: #3D36D5; }
span { border-color: rgb(61,54,213); }
td.TdClassName
{
border-color: #3D36D5;
}
.TagClassName
{
border-color: #3D36D5;
}
</style>