Shades of Free Speech Blue #4340BD
Tints of Free Speech Blue #4340BD
RGB
CMYK
RGB Variations
Color information
#4340BD (or 0x4340BD) is known color: Free Speech Blue. HEX triplet: 43, 40 and BD. RGB value is (67,64,189). Sum of RGB (Red+Green+Blue) = 67+64+189=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 189 (74.22% from 255 or 59.06% from 320); Max value from RGB is 189 - color contains mainly: blue. Hex color #4340BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4340BD is #BCBF42. Grayscale: #4E4E4E. Windows color (decimal): -12369731 or 12402755. OLE color: 12402755.
HSL color Cylindrical-coordinate representation of color #4340BD: hue angle of 241.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4340BD is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 64 | 189 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.26 |
| HSL | 241.44º | 0.49% | 0.5% | - |
| HSV(B) | 241.44º | 0.66% | 0.74% | - |
| XYZ | 13.33 | 8.53 | 49.09 | - |
| YUV | 79.15 | 189.99 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 189 | 0.65 | 0.66 | 0 | 0.26 | 241.44 | 0.49 | 0.5 |
| Hex | 43 | 40 | BD | 41 | 42 | 0 | 1A | F1 | 31 | 32 |
| Octal | 103 | 100 | 275 | 101 | 102 | 0 | 32 | 361 | 61 | 62 |
| Binary | 1000011 | 1000000 | 10111101 | 1000001 | 1000010 | 0 | 11010 | 11110001 | 110001 | 110010 |
Color Harmonies of #4340BD
Complementary color
Monochromatic Colors of #4340BD
Black with #4340BD
Text Example
Text Example
White with #4340BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4340BD; }
p { color: rgb(67,64,189); }
H1.HeaderClassName
{
color: #4340BD;
}
.AnyTagClassName
{
color: #4340BD;
}
</style>
background-color css
<style>
a { background-color: #4340BD; }
a { background-color: rgb(67,64,189); }
div.DivClassName
{
background-color: #4340BD;
}
.BgClassName
{
background-color: #4340BD;
}
</style>
border-color css
<style>
span { border-color: #4340BD; }
span { border-color: rgb(67,64,189); }
td.TdClassName
{
border-color: #4340BD;
}
.TagClassName
{
border-color: #4340BD;
}
</style>