Shades of Free Speech Blue #413BCB
Tints of Free Speech Blue #413BCB
RGB
CMYK
RGB Variations
Color information
#413BCB (or 0x413BCB) is known color: Free Speech Blue. HEX triplet: 41, 3B and CB. RGB value is (65,59,203). Sum of RGB (Red+Green+Blue) = 65+59+203=327 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.88% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #413BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413BCB is #BEC434. Grayscale: #4C4C4C. Windows color (decimal): -12502069 or 13318977. OLE color: 13318977.
HSL color Cylindrical-coordinate representation of color #413BCB: hue angle of 242.5º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413BCB is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 59 | 203 | - |
| CMYK | 0.68 | 0.71 | 0 | 0.20 |
| HSL | 242.5º | 0.58% | 0.51% | - |
| HSV(B) | 242.5º | 0.71% | 0.8% | - |
| XYZ | 14.52 | 8.56 | 57.39 | - |
| YUV | 77.21 | 198.99 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 203 | 0.68 | 0.71 | 0 | 0.20 | 242.5 | 0.58 | 0.51 |
| Hex | 41 | 3B | CB | 44 | 47 | 0 | 14 | F2 | 3A | 33 |
| Octal | 101 | 73 | 313 | 104 | 107 | 0 | 24 | 362 | 72 | 63 |
| Binary | 1000001 | 111011 | 11001011 | 1000100 | 1000111 | 0 | 10100 | 11110010 | 111010 | 110011 |
Color Harmonies of #413BCB
Complementary color
Monochromatic Colors of #413BCB
Black with #413BCB
Text Example
Text Example
White with #413BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413BCB; }
p { color: rgb(65,59,203); }
H1.HeaderClassName
{
color: #413BCB;
}
.AnyTagClassName
{
color: #413BCB;
}
</style>
background-color css
<style>
a { background-color: #413BCB; }
a { background-color: rgb(65,59,203); }
div.DivClassName
{
background-color: #413BCB;
}
.BgClassName
{
background-color: #413BCB;
}
</style>
border-color css
<style>
span { border-color: #413BCB; }
span { border-color: rgb(65,59,203); }
td.TdClassName
{
border-color: #413BCB;
}
.TagClassName
{
border-color: #413BCB;
}
</style>