Shades of Free Speech Blue #413FCC
Tints of Free Speech Blue #413FCC
RGB
CMYK
RGB Variations
Color information
#413FCC (or 0x413FCC) is known color: Free Speech Blue. HEX triplet: 41, 3F and CC. RGB value is (65,63,204). Sum of RGB (Red+Green+Blue) = 65+63+204=332 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.58% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #413FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #413FCC is #BEC033. Grayscale: #4F4F4F. Windows color (decimal): -12501044 or 13385537. OLE color: 13385537.
HSL color Cylindrical-coordinate representation of color #413FCC: hue angle of 240.85º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #413FCC is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 63 | 204 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.2 |
| HSL | 240.85º | 0.58% | 0.52% | - |
| HSV(B) | 240.85º | 0.69% | 0.8% | - |
| XYZ | 14.86 | 9.04 | 58.09 | - |
| YUV | 79.67 | 198.16 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 204 | 0.68 | 0.69 | 0 | 0.2 | 240.85 | 0.58 | 0.52 |
| Hex | 41 | 3F | CC | 44 | 45 | 0 | 14 | F1 | 3A | 34 |
| Octal | 101 | 77 | 314 | 104 | 105 | 0 | 24 | 361 | 72 | 64 |
| Binary | 1000001 | 111111 | 11001100 | 1000100 | 1000101 | 0 | 10100 | 11110001 | 111010 | 110100 |
Color Harmonies of #413FCC
Complementary color
Monochromatic Colors of #413FCC
Black with #413FCC
Text Example
Text Example
White with #413FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413FCC; }
p { color: rgb(65,63,204); }
H1.HeaderClassName
{
color: #413FCC;
}
.AnyTagClassName
{
color: #413FCC;
}
</style>
background-color css
<style>
a { background-color: #413FCC; }
a { background-color: rgb(65,63,204); }
div.DivClassName
{
background-color: #413FCC;
}
.BgClassName
{
background-color: #413FCC;
}
</style>
border-color css
<style>
span { border-color: #413FCC; }
span { border-color: rgb(65,63,204); }
td.TdClassName
{
border-color: #413FCC;
}
.TagClassName
{
border-color: #413FCC;
}
</style>