Shades of Free Speech Blue #4340D0
Tints of Free Speech Blue #4340D0
RGB
CMYK
RGB Variations
Color information
#4340D0 (or 0x4340D0) is known color: Free Speech Blue. HEX triplet: 43, 40 and D0. RGB value is (67,64,208). Sum of RGB (Red+Green+Blue) = 67+64+208=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 208 (81.64% from 255 or 61.36% from 339); Max value from RGB is 208 - color contains mainly: blue. Hex color #4340D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4340D0 is #BCBF2F. Grayscale: #505050. Windows color (decimal): -12369712 or 13647939. OLE color: 13647939.
HSL color Cylindrical-coordinate representation of color #4340D0: hue angle of 241.25º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4340D0 is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 67 | 64 | 208 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.18 |
| HSL | 241.25º | 0.61% | 0.53% | - |
| HSV(B) | 241.25º | 0.69% | 0.82% | - |
| XYZ | 15.53 | 9.41 | 60.67 | - |
| YUV | 81.31 | 199.49 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 208 | 0.68 | 0.69 | 0 | 0.18 | 241.25 | 0.61 | 0.53 |
| Hex | 43 | 40 | D0 | 44 | 45 | 0 | 12 | F1 | 3D | 35 |
| Octal | 103 | 100 | 320 | 104 | 105 | 0 | 22 | 361 | 75 | 65 |
| Binary | 1000011 | 1000000 | 11010000 | 1000100 | 1000101 | 0 | 10010 | 11110001 | 111101 | 110101 |
Color Harmonies of #4340D0
Complementary color
Monochromatic Colors of #4340D0
Black with #4340D0
Text Example
Text Example
White with #4340D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4340D0; }
p { color: rgb(67,64,208); }
H1.HeaderClassName
{
color: #4340D0;
}
.AnyTagClassName
{
color: #4340D0;
}
</style>
background-color css
<style>
a { background-color: #4340D0; }
a { background-color: rgb(67,64,208); }
div.DivClassName
{
background-color: #4340D0;
}
.BgClassName
{
background-color: #4340D0;
}
</style>
border-color css
<style>
span { border-color: #4340D0; }
span { border-color: rgb(67,64,208); }
td.TdClassName
{
border-color: #4340D0;
}
.TagClassName
{
border-color: #4340D0;
}
</style>