Shades of Free Speech Blue #4341BF
Tints of Free Speech Blue #4341BF
RGB
CMYK
RGB Variations
Color information
#4341BF (or 0x4341BF) is known color: Free Speech Blue. HEX triplet: 43, 41 and BF. RGB value is (67,65,191). Sum of RGB (Red+Green+Blue) = 67+65+191=323 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.74% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #4341BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4341BF is #BCBE40. Grayscale: #4F4F4F. Windows color (decimal): -12369473 or 12534083. OLE color: 12534083.
HSL color Cylindrical-coordinate representation of color #4341BF: hue angle of 240.95º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4341BF is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 65 | 191 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.25 |
| HSL | 240.95º | 0.5% | 0.5% | - |
| HSV(B) | 240.95º | 0.66% | 0.75% | - |
| XYZ | 13.61 | 8.74 | 50.26 | - |
| YUV | 79.96 | 190.66 | 118.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 191 | 0.65 | 0.66 | 0 | 0.25 | 240.95 | 0.5 | 0.5 |
| Hex | 43 | 41 | BF | 41 | 42 | 0 | 19 | F1 | 32 | 32 |
| Octal | 103 | 101 | 277 | 101 | 102 | 0 | 31 | 361 | 62 | 62 |
| Binary | 1000011 | 1000001 | 10111111 | 1000001 | 1000010 | 0 | 11001 | 11110001 | 110010 | 110010 |
Color Harmonies of #4341BF
Complementary color
Monochromatic Colors of #4341BF
Black with #4341BF
Text Example
Text Example
White with #4341BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4341BF; }
p { color: rgb(67,65,191); }
H1.HeaderClassName
{
color: #4341BF;
}
.AnyTagClassName
{
color: #4341BF;
}
</style>
background-color css
<style>
a { background-color: #4341BF; }
a { background-color: rgb(67,65,191); }
div.DivClassName
{
background-color: #4341BF;
}
.BgClassName
{
background-color: #4341BF;
}
</style>
border-color css
<style>
span { border-color: #4341BF; }
span { border-color: rgb(67,65,191); }
td.TdClassName
{
border-color: #4341BF;
}
.TagClassName
{
border-color: #4341BF;
}
</style>