Shades of Free Speech Blue #413CBC
Tints of Free Speech Blue #413CBC
RGB
CMYK
RGB Variations
Color information
#413CBC (or 0x413CBC) is known color: Free Speech Blue. HEX triplet: 41, 3C and BC. RGB value is (65,60,188). Sum of RGB (Red+Green+Blue) = 65+60+188=313 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.77% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #413CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413CBC is #BEC343. Grayscale: #4B4B4B. Windows color (decimal): -12501828 or 12336193. OLE color: 12336193.
HSL color Cylindrical-coordinate representation of color #413CBC: hue angle of 242.34º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #413CBC is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 60 | 188 | - |
| CMYK | 0.65 | 0.68 | 0 | 0.26 |
| HSL | 242.34º | 0.52% | 0.49% | - |
| HSV(B) | 242.34º | 0.68% | 0.74% | - |
| XYZ | 12.87 | 7.99 | 48.44 | - |
| YUV | 76.09 | 191.16 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 60 | 188 | 0.65 | 0.68 | 0 | 0.26 | 242.34 | 0.52 | 0.49 |
| Hex | 41 | 3C | BC | 41 | 44 | 0 | 1A | F2 | 34 | 31 |
| Octal | 101 | 74 | 274 | 101 | 104 | 0 | 32 | 362 | 64 | 61 |
| Binary | 1000001 | 111100 | 10111100 | 1000001 | 1000100 | 0 | 11010 | 11110010 | 110100 | 110001 |
Color Harmonies of #413CBC
Complementary color
Monochromatic Colors of #413CBC
Black with #413CBC
Text Example
Text Example
White with #413CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413CBC; }
p { color: rgb(65,60,188); }
H1.HeaderClassName
{
color: #413CBC;
}
.AnyTagClassName
{
color: #413CBC;
}
</style>
background-color css
<style>
a { background-color: #413CBC; }
a { background-color: rgb(65,60,188); }
div.DivClassName
{
background-color: #413CBC;
}
.BgClassName
{
background-color: #413CBC;
}
</style>
border-color css
<style>
span { border-color: #413CBC; }
span { border-color: rgb(65,60,188); }
td.TdClassName
{
border-color: #413CBC;
}
.TagClassName
{
border-color: #413CBC;
}
</style>