Shades of Free Speech Blue #405BC3
Tints of Free Speech Blue #405BC3
RGB
CMYK
RGB Variations
Color information
#405BC3 (or 0x405BC3) is known color: Free Speech Blue. HEX triplet: 40, 5B and C3. RGB value is (64,91,195). Sum of RGB (Red+Green+Blue) = 64+91+195=350 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.29% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 195 (76.56% from 255 or 55.71% from 350); Max value from RGB is 195 - color contains mainly: blue. Hex color #405BC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BC3 is #BFA43C. Grayscale: #5E5E5E. Windows color (decimal): -12559421 or 12802880. OLE color: 12802880.
HSL color Cylindrical-coordinate representation of color #405BC3: hue angle of 227.63º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #405BC3 is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 91 | 195 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.24 |
| HSL | 227.63º | 0.52% | 0.51% | - |
| HSV(B) | 227.63º | 0.67% | 0.76% | - |
| XYZ | 15.71 | 12.51 | 53.22 | - |
| YUV | 94.78 | 184.55 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 195 | 0.67 | 0.53 | 0 | 0.24 | 227.63 | 0.52 | 0.51 |
| Hex | 40 | 5B | C3 | 43 | 35 | 0 | 18 | E4 | 34 | 33 |
| Octal | 100 | 133 | 303 | 103 | 65 | 0 | 30 | 344 | 64 | 63 |
| Binary | 1000000 | 1011011 | 11000011 | 1000011 | 110101 | 0 | 11000 | 11100100 | 110100 | 110011 |
Color Harmonies of #405BC3
Complementary color
Monochromatic Colors of #405BC3
Black with #405BC3
Text Example
Text Example
White with #405BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405BC3; }
p { color: rgb(64,91,195); }
H1.HeaderClassName
{
color: #405BC3;
}
.AnyTagClassName
{
color: #405BC3;
}
</style>
background-color css
<style>
a { background-color: #405BC3; }
a { background-color: rgb(64,91,195); }
div.DivClassName
{
background-color: #405BC3;
}
.BgClassName
{
background-color: #405BC3;
}
</style>
border-color css
<style>
span { border-color: #405BC3; }
span { border-color: rgb(64,91,195); }
td.TdClassName
{
border-color: #405BC3;
}
.TagClassName
{
border-color: #405BC3;
}
</style>