Shades of Free Speech Blue #4030D1
Tints of Free Speech Blue #4030D1
RGB
CMYK
RGB Variations
Color information
#4030D1 (or 0x4030D1) is known color: Free Speech Blue. HEX triplet: 40, 30 and D1. RGB value is (64,48,209). Sum of RGB (Red+Green+Blue) = 64+48+209=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 48 (19.14% from 255 or 14.95% from 321); Blue value is 209 (82.03% from 255 or 65.11% from 321); Max value from RGB is 209 - color contains mainly: blue. Hex color #4030D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4030D1 is #BFCF2E. Grayscale: #464646. Windows color (decimal): -12570415 or 13709376. OLE color: 13709376.
HSL color Cylindrical-coordinate representation of color #4030D1: hue angle of 245.96º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4030D1 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 48 | 209 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.18 |
| HSL | 245.96º | 0.64% | 0.5% | - |
| HSV(B) | 245.96º | 0.77% | 0.82% | - |
| XYZ | 14.68 | 7.81 | 61.05 | - |
| YUV | 71.14 | 205.8 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 48 | 209 | 0.69 | 0.77 | 0 | 0.18 | 245.96 | 0.64 | 0.5 |
| Hex | 40 | 30 | D1 | 45 | 4D | 0 | 12 | F6 | 40 | 32 |
| Octal | 100 | 60 | 321 | 105 | 115 | 0 | 22 | 366 | 100 | 62 |
| Binary | 1000000 | 110000 | 11010001 | 1000101 | 1001101 | 0 | 10010 | 11110110 | 1000000 | 110010 |
Color Harmonies of #4030D1
Complementary color
Monochromatic Colors of #4030D1
Black with #4030D1
Text Example
Text Example
White with #4030D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4030D1; }
p { color: rgb(64,48,209); }
H1.HeaderClassName
{
color: #4030D1;
}
.AnyTagClassName
{
color: #4030D1;
}
</style>
background-color css
<style>
a { background-color: #4030D1; }
a { background-color: rgb(64,48,209); }
div.DivClassName
{
background-color: #4030D1;
}
.BgClassName
{
background-color: #4030D1;
}
</style>
border-color css
<style>
span { border-color: #4030D1; }
span { border-color: rgb(64,48,209); }
td.TdClassName
{
border-color: #4030D1;
}
.TagClassName
{
border-color: #4030D1;
}
</style>