Shades of Free Speech Blue #3D39B4
Tints of Free Speech Blue #3D39B4
RGB
CMYK
RGB Variations
Color information
#3D39B4 (or 0x3D39B4) is known color: Free Speech Blue. HEX triplet: 3D, 39 and B4. RGB value is (61,57,180). Sum of RGB (Red+Green+Blue) = 61+57+180=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 180 (70.70% from 255 or 60.40% from 298); Max value from RGB is 180 - color contains mainly: blue. Hex color #3D39B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D39B4 is #C2C64B. Grayscale: #474747. Windows color (decimal): -12764748 or 11811133. OLE color: 11811133.
HSL color Cylindrical-coordinate representation of color #3D39B4: hue angle of 241.95º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D39B4 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 57 | 180 | - |
| CMYK | 0.66 | 0.68 | 0 | 0.29 |
| HSL | 241.95º | 0.52% | 0.46% | - |
| HSV(B) | 241.95º | 0.68% | 0.71% | - |
| XYZ | 11.63 | 7.21 | 43.96 | - |
| YUV | 72.22 | 188.83 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 57 | 180 | 0.66 | 0.68 | 0 | 0.29 | 241.95 | 0.52 | 0.46 |
| Hex | 3D | 39 | B4 | 42 | 44 | 0 | 1D | F2 | 34 | 2E |
| Octal | 75 | 71 | 264 | 102 | 104 | 0 | 35 | 362 | 64 | 56 |
| Binary | 111101 | 111001 | 10110100 | 1000010 | 1000100 | 0 | 11101 | 11110010 | 110100 | 101110 |
Color Harmonies of #3D39B4
Complementary color
Monochromatic Colors of #3D39B4
Black with #3D39B4
Text Example
Text Example
White with #3D39B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D39B4; }
p { color: rgb(61,57,180); }
H1.HeaderClassName
{
color: #3D39B4;
}
.AnyTagClassName
{
color: #3D39B4;
}
</style>
background-color css
<style>
a { background-color: #3D39B4; }
a { background-color: rgb(61,57,180); }
div.DivClassName
{
background-color: #3D39B4;
}
.BgClassName
{
background-color: #3D39B4;
}
</style>
border-color css
<style>
span { border-color: #3D39B4; }
span { border-color: rgb(61,57,180); }
td.TdClassName
{
border-color: #3D39B4;
}
.TagClassName
{
border-color: #3D39B4;
}
</style>