Shades of Free Speech Blue #403FDA
Tints of Free Speech Blue #403FDA
RGB
CMYK
RGB Variations
Color information
#403FDA (or 0x403FDA) is known color: Free Speech Blue. HEX triplet: 40, 3F and DA. RGB value is (64,63,218). Sum of RGB (Red+Green+Blue) = 64+63+218=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 218 (85.55% from 255 or 63.19% from 345); Max value from RGB is 218 - color contains mainly: blue. Hex color #403FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #403FDA is #BFC025. Grayscale: #505050. Windows color (decimal): -12566566 or 14303040. OLE color: 14303040.
HSL color Cylindrical-coordinate representation of color #403FDA: hue angle of 240.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #403FDA is Cyan = 0.71, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 63 | 218 | - |
| CMYK | 0.71 | 0.71 | 0 | 0.15 |
| HSL | 240.39º | 0.68% | 0.55% | - |
| HSV(B) | 240.39º | 0.71% | 0.85% | - |
| XYZ | 16.55 | 9.71 | 67.33 | - |
| YUV | 80.97 | 205.33 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 218 | 0.71 | 0.71 | 0 | 0.15 | 240.39 | 0.68 | 0.55 |
| Hex | 40 | 3F | DA | 47 | 47 | 0 | F | F0 | 44 | 37 |
| Octal | 100 | 77 | 332 | 107 | 107 | 0 | 17 | 360 | 104 | 67 |
| Binary | 1000000 | 111111 | 11011010 | 1000111 | 1000111 | 0 | 1111 | 11110000 | 1000100 | 110111 |
Color Harmonies of #403FDA
Complementary color
Monochromatic Colors of #403FDA
Black with #403FDA
Text Example
Text Example
White with #403FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403FDA; }
p { color: rgb(64,63,218); }
H1.HeaderClassName
{
color: #403FDA;
}
.AnyTagClassName
{
color: #403FDA;
}
</style>
background-color css
<style>
a { background-color: #403FDA; }
a { background-color: rgb(64,63,218); }
div.DivClassName
{
background-color: #403FDA;
}
.BgClassName
{
background-color: #403FDA;
}
</style>
border-color css
<style>
span { border-color: #403FDA; }
span { border-color: rgb(64,63,218); }
td.TdClassName
{
border-color: #403FDA;
}
.TagClassName
{
border-color: #403FDA;
}
</style>