Shades of Free Speech Blue #413BCA
Tints of Free Speech Blue #413BCA
RGB
CMYK
RGB Variations
Color information
#413BCA (or 0x413BCA) is known color: Free Speech Blue. HEX triplet: 41, 3B and CA. RGB value is (65,59,202). Sum of RGB (Red+Green+Blue) = 65+59+202=326 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.94% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #413BCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BCA is #BEC435. Grayscale: #4C4C4C. Windows color (decimal): -12502070 or 13253441. OLE color: 13253441.
HSL color Cylindrical-coordinate representation of color #413BCA: hue angle of 242.52º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413BCA is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 59 | 202 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.21 |
| HSL | 242.52º | 0.57% | 0.51% | - |
| HSV(B) | 242.52º | 0.71% | 0.79% | - |
| XYZ | 14.4 | 8.52 | 56.76 | - |
| YUV | 77.1 | 198.49 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 202 | 0.68 | 0.71 | 0 | 0.21 | 242.52 | 0.57 | 0.51 |
| Hex | 41 | 3B | CA | 44 | 47 | 0 | 15 | F3 | 39 | 33 |
| Octal | 101 | 73 | 312 | 104 | 107 | 0 | 25 | 363 | 71 | 63 |
| Binary | 1000001 | 111011 | 11001010 | 1000100 | 1000111 | 0 | 10101 | 11110011 | 111001 | 110011 |
Color Harmonies of #413BCA
Complementary color
Monochromatic Colors of #413BCA
Black with #413BCA
Text Example
Text Example
White with #413BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BCA; }
p { color: rgb(65,59,202); }
H1.HeaderClassName
{
color: #413BCA;
}
.AnyTagClassName
{
color: #413BCA;
}
</style>
background-color css
<style>
a { background-color: #413BCA; }
a { background-color: rgb(65,59,202); }
div.DivClassName
{
background-color: #413BCA;
}
.BgClassName
{
background-color: #413BCA;
}
</style>
border-color css
<style>
span { border-color: #413BCA; }
span { border-color: rgb(65,59,202); }
td.TdClassName
{
border-color: #413BCA;
}
.TagClassName
{
border-color: #413BCA;
}
</style>