Shades of Free Speech Blue #403CCE
Tints of Free Speech Blue #403CCE
RGB
CMYK
RGB Variations
Color information
#403CCE (or 0x403CCE) is known color: Free Speech Blue. HEX triplet: 40, 3C and CE. RGB value is (64,60,206). Sum of RGB (Red+Green+Blue) = 64+60+206=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 60 (23.83% from 255 or 18.18% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #403CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403CCE is #BFC331. Grayscale: #4D4D4D. Windows color (decimal): -12567346 or 13515840. OLE color: 13515840.
HSL color Cylindrical-coordinate representation of color #403CCE: hue angle of 241.64º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403CCE is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 60 | 206 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.19 |
| HSL | 241.64º | 0.6% | 0.52% | - |
| HSV(B) | 241.64º | 0.71% | 0.81% | - |
| XYZ | 14.87 | 8.78 | 59.3 | - |
| YUV | 77.84 | 200.33 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 206 | 0.69 | 0.71 | 0 | 0.19 | 241.64 | 0.6 | 0.52 |
| Hex | 40 | 3C | CE | 45 | 47 | 0 | 13 | F2 | 3C | 34 |
| Octal | 100 | 74 | 316 | 105 | 107 | 0 | 23 | 362 | 74 | 64 |
| Binary | 1000000 | 111100 | 11001110 | 1000101 | 1000111 | 0 | 10011 | 11110010 | 111100 | 110100 |
Color Harmonies of #403CCE
Complementary color
Monochromatic Colors of #403CCE
Black with #403CCE
Text Example
Text Example
White with #403CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403CCE; }
p { color: rgb(64,60,206); }
H1.HeaderClassName
{
color: #403CCE;
}
.AnyTagClassName
{
color: #403CCE;
}
</style>
background-color css
<style>
a { background-color: #403CCE; }
a { background-color: rgb(64,60,206); }
div.DivClassName
{
background-color: #403CCE;
}
.BgClassName
{
background-color: #403CCE;
}
</style>
border-color css
<style>
span { border-color: #403CCE; }
span { border-color: rgb(64,60,206); }
td.TdClassName
{
border-color: #403CCE;
}
.TagClassName
{
border-color: #403CCE;
}
</style>