Shades of Free Speech Blue #3D4ECE
Tints of Free Speech Blue #3D4ECE
RGB
CMYK
RGB Variations
Color information
#3D4ECE (or 0x3D4ECE) is known color: Free Speech Blue. HEX triplet: 3D, 4E and CE. RGB value is (61,78,206). Sum of RGB (Red+Green+Blue) = 61+78+206=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D4ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D4ECE is #C2B131. Grayscale: #565656. Windows color (decimal): -12759346 or 13520445. OLE color: 13520445.
HSL color Cylindrical-coordinate representation of color #3D4ECE: hue angle of 232.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D4ECE is Cyan = 0.70, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 78 | 206 | - |
| CMYK | 0.70 | 0.62 | 0 | 0.19 |
| HSL | 232.97º | 0.6% | 0.52% | - |
| HSV(B) | 232.97º | 0.7% | 0.81% | - |
| XYZ | 15.79 | 10.9 | 59.66 | - |
| YUV | 87.51 | 194.87 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 78 | 206 | 0.70 | 0.62 | 0 | 0.19 | 232.97 | 0.6 | 0.52 |
| Hex | 3D | 4E | CE | 46 | 3E | 0 | 13 | E9 | 3C | 34 |
| Octal | 75 | 116 | 316 | 106 | 76 | 0 | 23 | 351 | 74 | 64 |
| Binary | 111101 | 1001110 | 11001110 | 1000110 | 111110 | 0 | 10011 | 11101001 | 111100 | 110100 |
Color Harmonies of #3D4ECE
Complementary color
Monochromatic Colors of #3D4ECE
Black with #3D4ECE
Text Example
Text Example
White with #3D4ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D4ECE; }
p { color: rgb(61,78,206); }
H1.HeaderClassName
{
color: #3D4ECE;
}
.AnyTagClassName
{
color: #3D4ECE;
}
</style>
background-color css
<style>
a { background-color: #3D4ECE; }
a { background-color: rgb(61,78,206); }
div.DivClassName
{
background-color: #3D4ECE;
}
.BgClassName
{
background-color: #3D4ECE;
}
</style>
border-color css
<style>
span { border-color: #3D4ECE; }
span { border-color: rgb(61,78,206); }
td.TdClassName
{
border-color: #3D4ECE;
}
.TagClassName
{
border-color: #3D4ECE;
}
</style>