Shades of Free Speech Blue #3D3ECB
Tints of Free Speech Blue #3D3ECB
RGB
CMYK
RGB Variations
Color information
#3D3ECB (or 0x3D3ECB) is known color: Free Speech Blue. HEX triplet: 3D, 3E and CB. RGB value is (61,62,203). Sum of RGB (Red+Green+Blue) = 61+62+203=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D3ECB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D3ECB is #C2C134. Grayscale: #4D4D4D. Windows color (decimal): -12763445 or 13319741. OLE color: 13319741.
HSL color Cylindrical-coordinate representation of color #3D3ECB: hue angle of 239.58º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D3ECB is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 62 | 203 | - |
| CMYK | 0.70 | 0.69 | 0 | 0.20 |
| HSL | 239.58º | 0.58% | 0.52% | - |
| HSV(B) | 239.58º | 0.7% | 0.8% | - |
| XYZ | 14.43 | 8.75 | 57.43 | - |
| YUV | 77.78 | 198.67 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 62 | 203 | 0.70 | 0.69 | 0 | 0.20 | 239.58 | 0.58 | 0.52 |
| Hex | 3D | 3E | CB | 46 | 45 | 0 | 14 | F0 | 3A | 34 |
| Octal | 75 | 76 | 313 | 106 | 105 | 0 | 24 | 360 | 72 | 64 |
| Binary | 111101 | 111110 | 11001011 | 1000110 | 1000101 | 0 | 10100 | 11110000 | 111010 | 110100 |
Color Harmonies of #3D3ECB
Complementary color
Monochromatic Colors of #3D3ECB
Black with #3D3ECB
Text Example
Text Example
White with #3D3ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3ECB; }
p { color: rgb(61,62,203); }
H1.HeaderClassName
{
color: #3D3ECB;
}
.AnyTagClassName
{
color: #3D3ECB;
}
</style>
background-color css
<style>
a { background-color: #3D3ECB; }
a { background-color: rgb(61,62,203); }
div.DivClassName
{
background-color: #3D3ECB;
}
.BgClassName
{
background-color: #3D3ECB;
}
</style>
border-color css
<style>
span { border-color: #3D3ECB; }
span { border-color: rgb(61,62,203); }
td.TdClassName
{
border-color: #3D3ECB;
}
.TagClassName
{
border-color: #3D3ECB;
}
</style>