Shades of Free Speech Blue #436AC0
Tints of Free Speech Blue #436AC0
RGB
CMYK
RGB Variations
Color information
#436AC0 (or 0x436AC0) is known color: Free Speech Blue. HEX triplet: 43, 6A and C0. RGB value is (67,106,192). Sum of RGB (Red+Green+Blue) = 67+106+192=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 192 (75.39% from 255 or 52.60% from 365); Max value from RGB is 192 - color contains mainly: blue. Hex color #436AC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #436AC0 is #BC953F. Grayscale: #676767. Windows color (decimal): -12358976 or 12610115. OLE color: 12610115.
HSL color Cylindrical-coordinate representation of color #436AC0: hue angle of 221.28º 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 #436AC0 is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 106 | 192 | - |
| CMYK | 0.65 | 0.45 | 0 | 0.25 |
| HSL | 221.28º | 0.5% | 0.51% | - |
| HSV(B) | 221.28º | 0.65% | 0.75% | - |
| XYZ | 16.98 | 15.31 | 51.93 | - |
| YUV | 104.14 | 177.58 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 106 | 192 | 0.65 | 0.45 | 0 | 0.25 | 221.28 | 0.5 | 0.51 |
| Hex | 43 | 6A | C0 | 41 | 2D | 0 | 19 | DD | 32 | 33 |
| Octal | 103 | 152 | 300 | 101 | 55 | 0 | 31 | 335 | 62 | 63 |
| Binary | 1000011 | 1101010 | 11000000 | 1000001 | 101101 | 0 | 11001 | 11011101 | 110010 | 110011 |
Color Harmonies of #436AC0
Complementary color
Monochromatic Colors of #436AC0
Black with #436AC0
Text Example
Text Example
White with #436AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436AC0; }
p { color: rgb(67,106,192); }
H1.HeaderClassName
{
color: #436AC0;
}
.AnyTagClassName
{
color: #436AC0;
}
</style>
background-color css
<style>
a { background-color: #436AC0; }
a { background-color: rgb(67,106,192); }
div.DivClassName
{
background-color: #436AC0;
}
.BgClassName
{
background-color: #436AC0;
}
</style>
border-color css
<style>
span { border-color: #436AC0; }
span { border-color: rgb(67,106,192); }
td.TdClassName
{
border-color: #436AC0;
}
.TagClassName
{
border-color: #436AC0;
}
</style>