Shades of Free Speech Blue #413FDC
Tints of Free Speech Blue #413FDC
RGB
CMYK
RGB Variations
Color information
#413FDC (or 0x413FDC) is known color: Free Speech Blue. HEX triplet: 41, 3F and DC. RGB value is (65,63,220). Sum of RGB (Red+Green+Blue) = 65+63+220=348 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.68% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #413FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FDC is #BEC023. Grayscale: #505050. Windows color (decimal): -12501028 or 14434113. OLE color: 14434113.
HSL color Cylindrical-coordinate representation of color #413FDC: hue angle of 240.76º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413FDC is Cyan = 0.70, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 65 | 63 | 220 | - |
| CMYK | 0.70 | 0.71 | 0 | 0.14 |
| HSL | 240.76º | 0.69% | 0.55% | - |
| HSV(B) | 240.76º | 0.71% | 0.86% | - |
| XYZ | 16.88 | 9.85 | 68.72 | - |
| YUV | 81.5 | 206.16 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 220 | 0.70 | 0.71 | 0 | 0.14 | 240.76 | 0.69 | 0.55 |
| Hex | 41 | 3F | DC | 46 | 47 | 0 | E | F1 | 45 | 37 |
| Octal | 101 | 77 | 334 | 106 | 107 | 0 | 16 | 361 | 105 | 67 |
| Binary | 1000001 | 111111 | 11011100 | 1000110 | 1000111 | 0 | 1110 | 11110001 | 1000101 | 110111 |
Color Harmonies of #413FDC
Complementary color
Monochromatic Colors of #413FDC
Black with #413FDC
Text Example
Text Example
White with #413FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FDC; }
p { color: rgb(65,63,220); }
H1.HeaderClassName
{
color: #413FDC;
}
.AnyTagClassName
{
color: #413FDC;
}
</style>
background-color css
<style>
a { background-color: #413FDC; }
a { background-color: rgb(65,63,220); }
div.DivClassName
{
background-color: #413FDC;
}
.BgClassName
{
background-color: #413FDC;
}
</style>
border-color css
<style>
span { border-color: #413FDC; }
span { border-color: rgb(65,63,220); }
td.TdClassName
{
border-color: #413FDC;
}
.TagClassName
{
border-color: #413FDC;
}
</style>