Shades of Free Speech Blue #405CCD
Tints of Free Speech Blue #405CCD
RGB
CMYK
RGB Variations
Color information
#405CCD (or 0x405CCD) is known color: Free Speech Blue. HEX triplet: 40, 5C and CD. RGB value is (64,92,205). Sum of RGB (Red+Green+Blue) = 64+92+205=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 205 (80.47% from 255 or 56.79% from 361); Max value from RGB is 205 - color contains mainly: blue. Hex color #405CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405CCD is #BFA332. Grayscale: #606060. Windows color (decimal): -12559155 or 13458496. OLE color: 13458496.
HSL color Cylindrical-coordinate representation of color #405CCD: hue angle of 228.09º 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 #405CCD is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 92 | 205 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.20 |
| HSL | 228.09º | 0.59% | 0.53% | - |
| HSV(B) | 228.09º | 0.69% | 0.8% | - |
| XYZ | 16.96 | 13.15 | 59.4 | - |
| YUV | 96.51 | 189.22 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 92 | 205 | 0.69 | 0.55 | 0 | 0.20 | 228.09 | 0.59 | 0.53 |
| Hex | 40 | 5C | CD | 45 | 37 | 0 | 14 | E4 | 3B | 35 |
| Octal | 100 | 134 | 315 | 105 | 67 | 0 | 24 | 344 | 73 | 65 |
| Binary | 1000000 | 1011100 | 11001101 | 1000101 | 110111 | 0 | 10100 | 11100100 | 111011 | 110101 |
Color Harmonies of #405CCD
Complementary color
Monochromatic Colors of #405CCD
Black with #405CCD
Text Example
Text Example
White with #405CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405CCD; }
p { color: rgb(64,92,205); }
H1.HeaderClassName
{
color: #405CCD;
}
.AnyTagClassName
{
color: #405CCD;
}
</style>
background-color css
<style>
a { background-color: #405CCD; }
a { background-color: rgb(64,92,205); }
div.DivClassName
{
background-color: #405CCD;
}
.BgClassName
{
background-color: #405CCD;
}
</style>
border-color css
<style>
span { border-color: #405CCD; }
span { border-color: rgb(64,92,205); }
td.TdClassName
{
border-color: #405CCD;
}
.TagClassName
{
border-color: #405CCD;
}
</style>