Shades of Free Speech Blue #4033DB
Tints of Free Speech Blue #4033DB
RGB
CMYK
RGB Variations
Color information
#4033DB (or 0x4033DB) is known color: Free Speech Blue. HEX triplet: 40, 33 and DB. RGB value is (64,51,219). Sum of RGB (Red+Green+Blue) = 64+51+219=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 219 (85.94% from 255 or 65.57% from 334); Max value from RGB is 219 - color contains mainly: blue. Hex color #4033DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4033DB is #BFCC24. Grayscale: #494949. Windows color (decimal): -12569637 or 14365504. OLE color: 14365504.
HSL color Cylindrical-coordinate representation of color #4033DB: hue angle of 244.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4033DB is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 51 | 219 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.14 |
| HSL | 244.64º | 0.7% | 0.53% | - |
| HSV(B) | 244.64º | 0.77% | 0.86% | - |
| XYZ | 16.08 | 8.57 | 67.82 | - |
| YUV | 74.04 | 209.81 | 120.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 51 | 219 | 0.71 | 0.77 | 0 | 0.14 | 244.64 | 0.7 | 0.53 |
| Hex | 40 | 33 | DB | 47 | 4D | 0 | E | F5 | 46 | 35 |
| Octal | 100 | 63 | 333 | 107 | 115 | 0 | 16 | 365 | 106 | 65 |
| Binary | 1000000 | 110011 | 11011011 | 1000111 | 1001101 | 0 | 1110 | 11110101 | 1000110 | 110101 |
Color Harmonies of #4033DB
Complementary color
Monochromatic Colors of #4033DB
Black with #4033DB
Text Example
Text Example
White with #4033DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4033DB; }
p { color: rgb(64,51,219); }
H1.HeaderClassName
{
color: #4033DB;
}
.AnyTagClassName
{
color: #4033DB;
}
</style>
background-color css
<style>
a { background-color: #4033DB; }
a { background-color: rgb(64,51,219); }
div.DivClassName
{
background-color: #4033DB;
}
.BgClassName
{
background-color: #4033DB;
}
</style>
border-color css
<style>
span { border-color: #4033DB; }
span { border-color: rgb(64,51,219); }
td.TdClassName
{
border-color: #4033DB;
}
.TagClassName
{
border-color: #4033DB;
}
</style>