Shades of Free Speech Blue #4343CF
Tints of Free Speech Blue #4343CF
RGB
CMYK
RGB Variations
Color information
#4343CF (or 0x4343CF) is known color: Free Speech Blue. HEX triplet: 43, 43 and CF. RGB value is (67,67,207). Sum of RGB (Red+Green+Blue) = 67+67+207=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #4343CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4343CF is #BCBC30. Grayscale: #525252. Windows color (decimal): -12368945 or 13583171. OLE color: 13583171.
HSL color Cylindrical-coordinate representation of color #4343CF: hue angle of 240º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4343CF is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 67 | 207 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.19 |
| HSL | 240º | 0.59% | 0.54% | - |
| HSV(B) | 240º | 0.68% | 0.81% | - |
| XYZ | 15.58 | 9.71 | 60.08 | - |
| YUV | 82.96 | 198 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 67 | 207 | 0.68 | 0.68 | 0 | 0.19 | 240 | 0.59 | 0.54 |
| Hex | 43 | 43 | CF | 44 | 44 | 0 | 13 | F0 | 3B | 36 |
| Octal | 103 | 103 | 317 | 104 | 104 | 0 | 23 | 360 | 73 | 66 |
| Binary | 1000011 | 1000011 | 11001111 | 1000100 | 1000100 | 0 | 10011 | 11110000 | 111011 | 110110 |
Color Harmonies of #4343CF
Complementary color
Monochromatic Colors of #4343CF
Black with #4343CF
Text Example
Text Example
White with #4343CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4343CF; }
p { color: rgb(67,67,207); }
H1.HeaderClassName
{
color: #4343CF;
}
.AnyTagClassName
{
color: #4343CF;
}
</style>
background-color css
<style>
a { background-color: #4343CF; }
a { background-color: rgb(67,67,207); }
div.DivClassName
{
background-color: #4343CF;
}
.BgClassName
{
background-color: #4343CF;
}
</style>
border-color css
<style>
span { border-color: #4343CF; }
span { border-color: rgb(67,67,207); }
td.TdClassName
{
border-color: #4343CF;
}
.TagClassName
{
border-color: #4343CF;
}
</style>