Shades of Free Speech Blue #404ECB
Tints of Free Speech Blue #404ECB
RGB
CMYK
RGB Variations
Color information
#404ECB (or 0x404ECB) is known color: Free Speech Blue. HEX triplet: 40, 4E and CB. RGB value is (64,78,203). Sum of RGB (Red+Green+Blue) = 64+78+203=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #404ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #404ECB is #BFB134. Grayscale: #575757. Windows color (decimal): -12562741 or 13323840. OLE color: 13323840.
HSL color Cylindrical-coordinate representation of color #404ECB: hue angle of 233.96º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #404ECB is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 78 | 203 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.20 |
| HSL | 233.96º | 0.57% | 0.52% | - |
| HSV(B) | 233.96º | 0.68% | 0.8% | - |
| XYZ | 15.62 | 10.85 | 57.77 | - |
| YUV | 88.06 | 192.86 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 203 | 0.68 | 0.62 | 0 | 0.20 | 233.96 | 0.57 | 0.52 |
| Hex | 40 | 4E | CB | 44 | 3E | 0 | 14 | EA | 39 | 34 |
| Octal | 100 | 116 | 313 | 104 | 76 | 0 | 24 | 352 | 71 | 64 |
| Binary | 1000000 | 1001110 | 11001011 | 1000100 | 111110 | 0 | 10100 | 11101010 | 111001 | 110100 |
Color Harmonies of #404ECB
Complementary color
Monochromatic Colors of #404ECB
Black with #404ECB
Text Example
Text Example
White with #404ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404ECB; }
p { color: rgb(64,78,203); }
H1.HeaderClassName
{
color: #404ECB;
}
.AnyTagClassName
{
color: #404ECB;
}
</style>
background-color css
<style>
a { background-color: #404ECB; }
a { background-color: rgb(64,78,203); }
div.DivClassName
{
background-color: #404ECB;
}
.BgClassName
{
background-color: #404ECB;
}
</style>
border-color css
<style>
span { border-color: #404ECB; }
span { border-color: rgb(64,78,203); }
td.TdClassName
{
border-color: #404ECB;
}
.TagClassName
{
border-color: #404ECB;
}
</style>