Shades of Free Speech Blue #4342CF
Tints of Free Speech Blue #4342CF
RGB
CMYK
RGB Variations
Color information
#4342CF (or 0x4342CF) is known color: Free Speech Blue. HEX triplet: 43, 42 and CF. RGB value is (67,66,207). Sum of RGB (Red+Green+Blue) = 67+66+207=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 207 (81.25% from 255 or 60.88% from 340); Max value from RGB is 207 - color contains mainly: blue. Hex color #4342CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4342CF is #BCBD30. Grayscale: #515151. Windows color (decimal): -12369201 or 13582915. OLE color: 13582915.
HSL color Cylindrical-coordinate representation of color #4342CF: hue angle of 240.43º 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 #4342CF is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 66 | 207 | - |
| CMYK | 0.68 | 0.68 | 0 | 0.19 |
| HSL | 240.43º | 0.59% | 0.54% | - |
| HSV(B) | 240.43º | 0.68% | 0.81% | - |
| XYZ | 15.53 | 9.59 | 60.07 | - |
| YUV | 82.37 | 198.33 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 207 | 0.68 | 0.68 | 0 | 0.19 | 240.43 | 0.59 | 0.54 |
| Hex | 43 | 42 | CF | 44 | 44 | 0 | 13 | F0 | 3B | 36 |
| Octal | 103 | 102 | 317 | 104 | 104 | 0 | 23 | 360 | 73 | 66 |
| Binary | 1000011 | 1000010 | 11001111 | 1000100 | 1000100 | 0 | 10011 | 11110000 | 111011 | 110110 |
Color Harmonies of #4342CF
Complementary color
Monochromatic Colors of #4342CF
Black with #4342CF
Text Example
Text Example
White with #4342CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4342CF; }
p { color: rgb(67,66,207); }
H1.HeaderClassName
{
color: #4342CF;
}
.AnyTagClassName
{
color: #4342CF;
}
</style>
background-color css
<style>
a { background-color: #4342CF; }
a { background-color: rgb(67,66,207); }
div.DivClassName
{
background-color: #4342CF;
}
.BgClassName
{
background-color: #4342CF;
}
</style>
border-color css
<style>
span { border-color: #4342CF; }
span { border-color: rgb(67,66,207); }
td.TdClassName
{
border-color: #4342CF;
}
.TagClassName
{
border-color: #4342CF;
}
</style>