Shades of Free Speech Blue #4341BC
Tints of Free Speech Blue #4341BC
RGB
CMYK
RGB Variations
Color information
#4341BC (or 0x4341BC) is known color: Free Speech Blue. HEX triplet: 43, 41 and BC. RGB value is (67,65,188). Sum of RGB (Red+Green+Blue) = 67+65+188=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #4341BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4341BC is #BCBE43. Grayscale: #4F4F4F. Windows color (decimal): -12369476 or 12337475. OLE color: 12337475.
HSL color Cylindrical-coordinate representation of color #4341BC: hue angle of 240.98º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4341BC is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 65 | 188 | - |
| CMYK | 0.64 | 0.65 | 0 | 0.26 |
| HSL | 240.98º | 0.49% | 0.5% | - |
| HSV(B) | 240.98º | 0.65% | 0.74% | - |
| XYZ | 13.28 | 8.6 | 48.54 | - |
| YUV | 79.62 | 189.16 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 188 | 0.64 | 0.65 | 0 | 0.26 | 240.98 | 0.49 | 0.5 |
| Hex | 43 | 41 | BC | 40 | 41 | 0 | 1A | F1 | 31 | 32 |
| Octal | 103 | 101 | 274 | 100 | 101 | 0 | 32 | 361 | 61 | 62 |
| Binary | 1000011 | 1000001 | 10111100 | 1000000 | 1000001 | 0 | 11010 | 11110001 | 110001 | 110010 |
Color Harmonies of #4341BC
Complementary color
Monochromatic Colors of #4341BC
Black with #4341BC
Text Example
Text Example
White with #4341BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4341BC; }
p { color: rgb(67,65,188); }
H1.HeaderClassName
{
color: #4341BC;
}
.AnyTagClassName
{
color: #4341BC;
}
</style>
background-color css
<style>
a { background-color: #4341BC; }
a { background-color: rgb(67,65,188); }
div.DivClassName
{
background-color: #4341BC;
}
.BgClassName
{
background-color: #4341BC;
}
</style>
border-color css
<style>
span { border-color: #4341BC; }
span { border-color: rgb(67,65,188); }
td.TdClassName
{
border-color: #4341BC;
}
.TagClassName
{
border-color: #4341BC;
}
</style>