Shades of Free Speech Blue #4032BF
Tints of Free Speech Blue #4032BF
RGB
CMYK
RGB Variations
Color information
#4032BF (or 0x4032BF) is known color: Free Speech Blue. HEX triplet: 40, 32 and BF. RGB value is (64,50,191). Sum of RGB (Red+Green+Blue) = 64+50+191=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #4032BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4032BF is #BFCD40. Grayscale: #454545. Windows color (decimal): -12569921 or 12530240. OLE color: 12530240.
HSL color Cylindrical-coordinate representation of color #4032BF: hue angle of 245.96º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4032BF is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 50 | 191 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.25 |
| HSL | 245.96º | 0.59% | 0.47% | - |
| HSV(B) | 245.96º | 0.74% | 0.75% | - |
| XYZ | 12.66 | 7.13 | 50 | - |
| YUV | 70.26 | 196.14 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 191 | 0.66 | 0.74 | 0 | 0.25 | 245.96 | 0.59 | 0.47 |
| Hex | 40 | 32 | BF | 42 | 4A | 0 | 19 | F6 | 3B | 2F |
| Octal | 100 | 62 | 277 | 102 | 112 | 0 | 31 | 366 | 73 | 57 |
| Binary | 1000000 | 110010 | 10111111 | 1000010 | 1001010 | 0 | 11001 | 11110110 | 111011 | 101111 |
Color Harmonies of #4032BF
Complementary color
Monochromatic Colors of #4032BF
Black with #4032BF
Text Example
Text Example
White with #4032BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4032BF; }
p { color: rgb(64,50,191); }
H1.HeaderClassName
{
color: #4032BF;
}
.AnyTagClassName
{
color: #4032BF;
}
</style>
background-color css
<style>
a { background-color: #4032BF; }
a { background-color: rgb(64,50,191); }
div.DivClassName
{
background-color: #4032BF;
}
.BgClassName
{
background-color: #4032BF;
}
</style>
border-color css
<style>
span { border-color: #4032BF; }
span { border-color: rgb(64,50,191); }
td.TdClassName
{
border-color: #4032BF;
}
.TagClassName
{
border-color: #4032BF;
}
</style>