Shades of Free Speech Blue #4340D6
Tints of Free Speech Blue #4340D6
RGB
CMYK
RGB Variations
Color information
#4340D6 (or 0x4340D6) is known color: Free Speech Blue. HEX triplet: 43, 40 and D6. RGB value is (67,64,214). Sum of RGB (Red+Green+Blue) = 67+64+214=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 214 (83.98% from 255 or 62.03% from 345); Max value from RGB is 214 - color contains mainly: blue. Hex color #4340D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4340D6 is #BCBF29. Grayscale: #515151. Windows color (decimal): -12369706 or 14041155. OLE color: 14041155.
HSL color Cylindrical-coordinate representation of color #4340D6: hue angle of 241.2º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4340D6 is Cyan = 0.69, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 64 | 214 | - |
| CMYK | 0.69 | 0.70 | 0 | 0.16 |
| HSL | 241.2º | 0.65% | 0.55% | - |
| HSV(B) | 241.2º | 0.7% | 0.84% | - |
| XYZ | 16.29 | 9.72 | 64.64 | - |
| YUV | 82 | 202.49 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 214 | 0.69 | 0.70 | 0 | 0.16 | 241.2 | 0.65 | 0.55 |
| Hex | 43 | 40 | D6 | 45 | 46 | 0 | 10 | F1 | 41 | 37 |
| Octal | 103 | 100 | 326 | 105 | 106 | 0 | 20 | 361 | 101 | 67 |
| Binary | 1000011 | 1000000 | 11010110 | 1000101 | 1000110 | 0 | 10000 | 11110001 | 1000001 | 110111 |
Color Harmonies of #4340D6
Complementary color
Monochromatic Colors of #4340D6
Black with #4340D6
Text Example
Text Example
White with #4340D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4340D6; }
p { color: rgb(67,64,214); }
H1.HeaderClassName
{
color: #4340D6;
}
.AnyTagClassName
{
color: #4340D6;
}
</style>
background-color css
<style>
a { background-color: #4340D6; }
a { background-color: rgb(67,64,214); }
div.DivClassName
{
background-color: #4340D6;
}
.BgClassName
{
background-color: #4340D6;
}
</style>
border-color css
<style>
span { border-color: #4340D6; }
span { border-color: rgb(67,64,214); }
td.TdClassName
{
border-color: #4340D6;
}
.TagClassName
{
border-color: #4340D6;
}
</style>