Shades of Free Speech Blue #4340C0
Tints of Free Speech Blue #4340C0
RGB
CMYK
RGB Variations
Color information
#4340C0 (or 0x4340C0) is known color: Free Speech Blue. HEX triplet: 43, 40 and C0. RGB value is (67,64,192). Sum of RGB (Red+Green+Blue) = 67+64+192=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #4340C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4340C0 is #BCBF3F. Grayscale: #4E4E4E. Windows color (decimal): -12369728 or 12599363. OLE color: 12599363.
HSL color Cylindrical-coordinate representation of color #4340C0: hue angle of 241.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4340C0 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 64 | 192 | - |
| CMYK | 0.65 | 0.67 | 0 | 0.25 |
| HSL | 241.41º | 0.5% | 0.5% | - |
| HSV(B) | 241.41º | 0.67% | 0.75% | - |
| XYZ | 13.66 | 8.67 | 50.82 | - |
| YUV | 79.49 | 191.49 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 192 | 0.65 | 0.67 | 0 | 0.25 | 241.41 | 0.5 | 0.5 |
| Hex | 43 | 40 | C0 | 41 | 43 | 0 | 19 | F1 | 32 | 32 |
| Octal | 103 | 100 | 300 | 101 | 103 | 0 | 31 | 361 | 62 | 62 |
| Binary | 1000011 | 1000000 | 11000000 | 1000001 | 1000011 | 0 | 11001 | 11110001 | 110010 | 110010 |
Color Harmonies of #4340C0
Complementary color
Monochromatic Colors of #4340C0
Black with #4340C0
Text Example
Text Example
White with #4340C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4340C0; }
p { color: rgb(67,64,192); }
H1.HeaderClassName
{
color: #4340C0;
}
.AnyTagClassName
{
color: #4340C0;
}
</style>
background-color css
<style>
a { background-color: #4340C0; }
a { background-color: rgb(67,64,192); }
div.DivClassName
{
background-color: #4340C0;
}
.BgClassName
{
background-color: #4340C0;
}
</style>
border-color css
<style>
span { border-color: #4340C0; }
span { border-color: rgb(67,64,192); }
td.TdClassName
{
border-color: #4340C0;
}
.TagClassName
{
border-color: #4340C0;
}
</style>