Shades of Free Speech Blue #405FCC
Tints of Free Speech Blue #405FCC
RGB
CMYK
RGB Variations
Color information
#405FCC (or 0x405FCC) is known color: Free Speech Blue. HEX triplet: 40, 5F and CC. RGB value is (64,95,204). Sum of RGB (Red+Green+Blue) = 64+95+204=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 204 (80.08% from 255 or 56.20% from 363); Max value from RGB is 204 - color contains mainly: blue. Hex color #405FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405FCC is #BFA033. Grayscale: #616161. Windows color (decimal): -12558388 or 13393728. OLE color: 13393728.
HSL color Cylindrical-coordinate representation of color #405FCC: hue angle of 226.71º degrees, saturation: 0.58, 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 #405FCC is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 95 | 204 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.2 |
| HSL | 226.71º | 0.58% | 0.53% | - |
| HSV(B) | 226.71º | 0.69% | 0.8% | - |
| XYZ | 17.11 | 13.63 | 58.86 | - |
| YUV | 98.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 204 | 0.69 | 0.53 | 0 | 0.2 | 226.71 | 0.58 | 0.53 |
| Hex | 40 | 5F | CC | 45 | 35 | 0 | 14 | E3 | 3A | 35 |
| Octal | 100 | 137 | 314 | 105 | 65 | 0 | 24 | 343 | 72 | 65 |
| Binary | 1000000 | 1011111 | 11001100 | 1000101 | 110101 | 0 | 10100 | 11100011 | 111010 | 110101 |
Color Harmonies of #405FCC
Complementary color
Monochromatic Colors of #405FCC
Black with #405FCC
Text Example
Text Example
White with #405FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405FCC; }
p { color: rgb(64,95,204); }
H1.HeaderClassName
{
color: #405FCC;
}
.AnyTagClassName
{
color: #405FCC;
}
</style>
background-color css
<style>
a { background-color: #405FCC; }
a { background-color: rgb(64,95,204); }
div.DivClassName
{
background-color: #405FCC;
}
.BgClassName
{
background-color: #405FCC;
}
</style>
border-color css
<style>
span { border-color: #405FCC; }
span { border-color: rgb(64,95,204); }
td.TdClassName
{
border-color: #405FCC;
}
.TagClassName
{
border-color: #405FCC;
}
</style>