Shades of Free Speech Blue #4341BE
Tints of Free Speech Blue #4341BE
RGB
CMYK
RGB Variations
Color information
#4341BE (or 0x4341BE) is known color: Free Speech Blue. HEX triplet: 43, 41 and BE. RGB value is (67,65,190). Sum of RGB (Red+Green+Blue) = 67+65+190=322 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.81% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #4341BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4341BE is #BCBE41. Grayscale: #4F4F4F. Windows color (decimal): -12369474 or 12468547. OLE color: 12468547.
HSL color Cylindrical-coordinate representation of color #4341BE: hue angle of 240.96º degrees, saturation: 0.49, 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 #4341BE is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 65 | 190 | - |
| CMYK | 0.65 | 0.66 | 0 | 0.25 |
| HSL | 240.96º | 0.49% | 0.5% | - |
| HSV(B) | 240.96º | 0.66% | 0.75% | - |
| XYZ | 13.5 | 8.69 | 49.68 | - |
| YUV | 79.85 | 190.16 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 190 | 0.65 | 0.66 | 0 | 0.25 | 240.96 | 0.49 | 0.5 |
| Hex | 43 | 41 | BE | 41 | 42 | 0 | 19 | F1 | 31 | 32 |
| Octal | 103 | 101 | 276 | 101 | 102 | 0 | 31 | 361 | 61 | 62 |
| Binary | 1000011 | 1000001 | 10111110 | 1000001 | 1000010 | 0 | 11001 | 11110001 | 110001 | 110010 |
Color Harmonies of #4341BE
Complementary color
Monochromatic Colors of #4341BE
Black with #4341BE
Text Example
Text Example
White with #4341BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4341BE; }
p { color: rgb(67,65,190); }
H1.HeaderClassName
{
color: #4341BE;
}
.AnyTagClassName
{
color: #4341BE;
}
</style>
background-color css
<style>
a { background-color: #4341BE; }
a { background-color: rgb(67,65,190); }
div.DivClassName
{
background-color: #4341BE;
}
.BgClassName
{
background-color: #4341BE;
}
</style>
border-color css
<style>
span { border-color: #4341BE; }
span { border-color: rgb(67,65,190); }
td.TdClassName
{
border-color: #4341BE;
}
.TagClassName
{
border-color: #4341BE;
}
</style>