Shades of Free Speech Blue #403FCD
Tints of Free Speech Blue #403FCD
RGB
CMYK
RGB Variations
Color information
#403FCD (or 0x403FCD) is known color: Free Speech Blue. HEX triplet: 40, 3F and CD. RGB value is (64,63,205). Sum of RGB (Red+Green+Blue) = 64+63+205=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #403FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FCD is #BFC032. Grayscale: #4E4E4E. Windows color (decimal): -12566579 or 13451072. OLE color: 13451072.
HSL color Cylindrical-coordinate representation of color #403FCD: hue angle of 240.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #403FCD is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 64 | 63 | 205 | - |
CMYK | 0.69 | 0.69 | 0 | 0.20 |
HSL | 240.42º | 0.59% | 0.53% | - |
HSV(B) | 240.42º | 0.69% | 0.8% | - |
XYZ | 14.91 | 9.05 | 58.72 | - |
YUV | 79.49 | 198.83 | 116.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 63 | 205 | 0.69 | 0.69 | 0 | 0.20 | 240.42 | 0.59 | 0.53 |
Hex | 40 | 3F | CD | 45 | 45 | 0 | 14 | F0 | 3B | 35 |
Octal | 100 | 77 | 315 | 105 | 105 | 0 | 24 | 360 | 73 | 65 |
Binary | 1000000 | 111111 | 11001101 | 1000101 | 1000101 | 0 | 10100 | 11110000 | 111011 | 110101 |
Color Harmonies of #403FCD
Complementary color
Monochromatic Colors of #403FCD
Black with #403FCD
Text Example
Text Example
White with #403FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FCD; }
p { color: rgb(64,63,205); }
H1.HeaderClassName
{
color: #403FCD;
}
.AnyTagClassName
{
color: #403FCD;
}
</style>
background-color css
<style>
a { background-color: #403FCD; }
a { background-color: rgb(64,63,205); }
div.DivClassName
{
background-color: #403FCD;
}
.BgClassName
{
background-color: #403FCD;
}
</style>
border-color css
<style>
span { border-color: #403FCD; }
span { border-color: rgb(64,63,205); }
td.TdClassName
{
border-color: #403FCD;
}
.TagClassName
{
border-color: #403FCD;
}
</style>