Shades of Free Speech Blue #434EC0
Tints of Free Speech Blue #434EC0
RGB
CMYK
RGB Variations
Color information
#434EC0 (or 0x434EC0) is known color: Free Speech Blue. HEX triplet: 43, 4E and C0. RGB value is (67,78,192). Sum of RGB (Red+Green+Blue) = 67+78+192=337 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.88% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #434EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434EC0 is #BCB13F. Grayscale: #575757. Windows color (decimal): -12366144 or 12602947. OLE color: 12602947.
HSL color Cylindrical-coordinate representation of color #434EC0: hue angle of 234.72º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434EC0 is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 78 | 192 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.25 |
| HSL | 234.72º | 0.5% | 0.51% | - |
| HSV(B) | 234.72º | 0.65% | 0.75% | - |
| XYZ | 14.55 | 10.45 | 51.12 | - |
| YUV | 87.71 | 186.86 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 192 | 0.65 | 0.59 | 0 | 0.25 | 234.72 | 0.5 | 0.51 |
| Hex | 43 | 4E | C0 | 41 | 3B | 0 | 19 | EB | 32 | 33 |
| Octal | 103 | 116 | 300 | 101 | 73 | 0 | 31 | 353 | 62 | 63 |
| Binary | 1000011 | 1001110 | 11000000 | 1000001 | 111011 | 0 | 11001 | 11101011 | 110010 | 110011 |
Color Harmonies of #434EC0
Complementary color
Monochromatic Colors of #434EC0
Black with #434EC0
Text Example
Text Example
White with #434EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434EC0; }
p { color: rgb(67,78,192); }
H1.HeaderClassName
{
color: #434EC0;
}
.AnyTagClassName
{
color: #434EC0;
}
</style>
background-color css
<style>
a { background-color: #434EC0; }
a { background-color: rgb(67,78,192); }
div.DivClassName
{
background-color: #434EC0;
}
.BgClassName
{
background-color: #434EC0;
}
</style>
border-color css
<style>
span { border-color: #434EC0; }
span { border-color: rgb(67,78,192); }
td.TdClassName
{
border-color: #434EC0;
}
.TagClassName
{
border-color: #434EC0;
}
</style>