Shades of Free Speech Blue #4034DB
Tints of Free Speech Blue #4034DB
RGB
CMYK
RGB Variations
Color information
#4034DB (or 0x4034DB) is known color: Free Speech Blue. HEX triplet: 40, 34 and DB. RGB value is (64,52,219). Sum of RGB (Red+Green+Blue) = 64+52+219=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 52 (20.70% from 255 or 15.52% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #4034DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4034DB is #BFCB24. Grayscale: #494949. Windows color (decimal): -12569381 or 14365760. OLE color: 14365760.
HSL color Cylindrical-coordinate representation of color #4034DB: hue angle of 244.31º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4034DB is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 64 | 52 | 219 | - |
| CMYK | 0.71 | 0.76 | 0 | 0.14 |
| HSL | 244.31º | 0.7% | 0.53% | - |
| HSV(B) | 244.31º | 0.76% | 0.86% | - |
| XYZ | 16.13 | 8.66 | 67.84 | - |
| YUV | 74.63 | 209.48 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 219 | 0.71 | 0.76 | 0 | 0.14 | 244.31 | 0.7 | 0.53 |
| Hex | 40 | 34 | DB | 47 | 4C | 0 | E | F4 | 46 | 35 |
| Octal | 100 | 64 | 333 | 107 | 114 | 0 | 16 | 364 | 106 | 65 |
| Binary | 1000000 | 110100 | 11011011 | 1000111 | 1001100 | 0 | 1110 | 11110100 | 1000110 | 110101 |
Color Harmonies of #4034DB
Complementary color
Monochromatic Colors of #4034DB
Black with #4034DB
Text Example
Text Example
White with #4034DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4034DB; }
p { color: rgb(64,52,219); }
H1.HeaderClassName
{
color: #4034DB;
}
.AnyTagClassName
{
color: #4034DB;
}
</style>
background-color css
<style>
a { background-color: #4034DB; }
a { background-color: rgb(64,52,219); }
div.DivClassName
{
background-color: #4034DB;
}
.BgClassName
{
background-color: #4034DB;
}
</style>
border-color css
<style>
span { border-color: #4034DB; }
span { border-color: rgb(64,52,219); }
td.TdClassName
{
border-color: #4034DB;
}
.TagClassName
{
border-color: #4034DB;
}
</style>