Shades of Free Speech Blue #3D36C2
Tints of Free Speech Blue #3D36C2
RGB
CMYK
RGB Variations
Color information
#3D36C2 (or 0x3D36C2) is known color: Free Speech Blue. HEX triplet: 3D, 36 and C2. RGB value is (61,54,194). Sum of RGB (Red+Green+Blue) = 61+54+194=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 194 (76.17% from 255 or 62.78% from 309); Max value from RGB is 194 - color contains mainly: blue. Hex color #3D36C2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D36C2 is #C2C93D. Grayscale: #474747. Windows color (decimal): -12765502 or 12727869. OLE color: 12727869.
HSL color Cylindrical-coordinate representation of color #3D36C2: hue angle of 243º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D36C2 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 61 | 54 | 194 | - |
| CMYK | 0.69 | 0.72 | 0 | 0.24 |
| HSL | 243º | 0.56% | 0.49% | - |
| HSV(B) | 243º | 0.72% | 0.76% | - |
| XYZ | 12.98 | 7.53 | 51.81 | - |
| YUV | 72.05 | 196.82 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 54 | 194 | 0.69 | 0.72 | 0 | 0.24 | 243 | 0.56 | 0.49 |
| Hex | 3D | 36 | C2 | 45 | 48 | 0 | 18 | F3 | 38 | 31 |
| Octal | 75 | 66 | 302 | 105 | 110 | 0 | 30 | 363 | 70 | 61 |
| Binary | 111101 | 110110 | 11000010 | 1000101 | 1001000 | 0 | 11000 | 11110011 | 111000 | 110001 |
Color Harmonies of #3D36C2
Complementary color
Monochromatic Colors of #3D36C2
Black with #3D36C2
Text Example
Text Example
White with #3D36C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D36C2; }
p { color: rgb(61,54,194); }
H1.HeaderClassName
{
color: #3D36C2;
}
.AnyTagClassName
{
color: #3D36C2;
}
</style>
background-color css
<style>
a { background-color: #3D36C2; }
a { background-color: rgb(61,54,194); }
div.DivClassName
{
background-color: #3D36C2;
}
.BgClassName
{
background-color: #3D36C2;
}
</style>
border-color css
<style>
span { border-color: #3D36C2; }
span { border-color: rgb(61,54,194); }
td.TdClassName
{
border-color: #3D36C2;
}
.TagClassName
{
border-color: #3D36C2;
}
</style>