Shades of Free Speech Blue #4032DA
Tints of Free Speech Blue #4032DA
RGB
CMYK
RGB Variations
Color information
#4032DA (or 0x4032DA) is known color: Free Speech Blue. HEX triplet: 40, 32 and DA. RGB value is (64,50,218). Sum of RGB (Red+Green+Blue) = 64+50+218=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 218 (85.55% from 255 or 65.66% from 332); Max value from RGB is 218 - color contains mainly: blue. Hex color #4032DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4032DA is #BFCD25. Grayscale: #484848. Windows color (decimal): -12569894 or 14299712. OLE color: 14299712.
HSL color Cylindrical-coordinate representation of color #4032DA: hue angle of 245º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4032DA is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 64 | 50 | 218 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.15 |
| HSL | 245º | 0.69% | 0.53% | - |
| HSV(B) | 245º | 0.77% | 0.85% | - |
| XYZ | 15.91 | 8.43 | 67.12 | - |
| YUV | 73.34 | 209.64 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 50 | 218 | 0.71 | 0.77 | 0 | 0.15 | 245 | 0.69 | 0.53 |
| Hex | 40 | 32 | DA | 47 | 4D | 0 | F | F5 | 45 | 35 |
| Octal | 100 | 62 | 332 | 107 | 115 | 0 | 17 | 365 | 105 | 65 |
| Binary | 1000000 | 110010 | 11011010 | 1000111 | 1001101 | 0 | 1111 | 11110101 | 1000101 | 110101 |
Color Harmonies of #4032DA
Complementary color
Monochromatic Colors of #4032DA
Black with #4032DA
Text Example
Text Example
White with #4032DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4032DA; }
p { color: rgb(64,50,218); }
H1.HeaderClassName
{
color: #4032DA;
}
.AnyTagClassName
{
color: #4032DA;
}
</style>
background-color css
<style>
a { background-color: #4032DA; }
a { background-color: rgb(64,50,218); }
div.DivClassName
{
background-color: #4032DA;
}
.BgClassName
{
background-color: #4032DA;
}
</style>
border-color css
<style>
span { border-color: #4032DA; }
span { border-color: rgb(64,50,218); }
td.TdClassName
{
border-color: #4032DA;
}
.TagClassName
{
border-color: #4032DA;
}
</style>