Shades of Free Speech Blue #3D4ECB
Tints of Free Speech Blue #3D4ECB
RGB
CMYK
RGB Variations
Color information
#3D4ECB (or 0x3D4ECB) is known color: Free Speech Blue. HEX triplet: 3D, 4E and CB. RGB value is (61,78,203). Sum of RGB (Red+Green+Blue) = 61+78+203=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 203 (79.69% from 255 or 59.36% from 342); Max value from RGB is 203 - color contains mainly: blue. Hex color #3D4ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4ECB is #C2B134. Grayscale: #565656. Windows color (decimal): -12759349 or 13323837. OLE color: 13323837.
HSL color Cylindrical-coordinate representation of color #3D4ECB: hue angle of 232.82º 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 #3D4ECB is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 78 | 203 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.20 |
| HSL | 232.82º | 0.58% | 0.52% | - |
| HSV(B) | 232.82º | 0.7% | 0.8% | - |
| XYZ | 15.43 | 10.75 | 57.76 | - |
| YUV | 87.17 | 193.37 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 203 | 0.70 | 0.62 | 0 | 0.20 | 232.82 | 0.58 | 0.52 |
| Hex | 3D | 4E | CB | 46 | 3E | 0 | 14 | E9 | 3A | 34 |
| Octal | 75 | 116 | 313 | 106 | 76 | 0 | 24 | 351 | 72 | 64 |
| Binary | 111101 | 1001110 | 11001011 | 1000110 | 111110 | 0 | 10100 | 11101001 | 111010 | 110100 |
Color Harmonies of #3D4ECB
Complementary color
Monochromatic Colors of #3D4ECB
Black with #3D4ECB
Text Example
Text Example
White with #3D4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4ECB; }
p { color: rgb(61,78,203); }
H1.HeaderClassName
{
color: #3D4ECB;
}
.AnyTagClassName
{
color: #3D4ECB;
}
</style>
background-color css
<style>
a { background-color: #3D4ECB; }
a { background-color: rgb(61,78,203); }
div.DivClassName
{
background-color: #3D4ECB;
}
.BgClassName
{
background-color: #3D4ECB;
}
</style>
border-color css
<style>
span { border-color: #3D4ECB; }
span { border-color: rgb(61,78,203); }
td.TdClassName
{
border-color: #3D4ECB;
}
.TagClassName
{
border-color: #3D4ECB;
}
</style>