Shades of Free Speech Blue #4336DB
Tints of Free Speech Blue #4336DB
RGB
CMYK
RGB Variations
Color information
#4336DB (or 0x4336DB) is known color: Free Speech Blue. HEX triplet: 43, 36 and DB. RGB value is (67,54,219). Sum of RGB (Red+Green+Blue) = 67+54+219=340 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.71% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 219 (85.94% from 255 or 64.41% from 340); Max value from RGB is 219 - color contains mainly: blue. Hex color #4336DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4336DB is #BCC924. Grayscale: #4C4C4C. Windows color (decimal): -12372261 or 14366275. OLE color: 14366275.
HSL color Cylindrical-coordinate representation of color #4336DB: hue angle of 244.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4336DB is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 54 | 219 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.14 |
| HSL | 244.73º | 0.7% | 0.54% | - |
| HSV(B) | 244.73º | 0.75% | 0.86% | - |
| XYZ | 16.42 | 8.95 | 67.88 | - |
| YUV | 76.7 | 208.31 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 219 | 0.69 | 0.75 | 0 | 0.14 | 244.73 | 0.7 | 0.54 |
| Hex | 43 | 36 | DB | 45 | 4B | 0 | E | F5 | 46 | 36 |
| Octal | 103 | 66 | 333 | 105 | 113 | 0 | 16 | 365 | 106 | 66 |
| Binary | 1000011 | 110110 | 11011011 | 1000101 | 1001011 | 0 | 1110 | 11110101 | 1000110 | 110110 |
Color Harmonies of #4336DB
Complementary color
Monochromatic Colors of #4336DB
Black with #4336DB
Text Example
Text Example
White with #4336DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4336DB; }
p { color: rgb(67,54,219); }
H1.HeaderClassName
{
color: #4336DB;
}
.AnyTagClassName
{
color: #4336DB;
}
</style>
background-color css
<style>
a { background-color: #4336DB; }
a { background-color: rgb(67,54,219); }
div.DivClassName
{
background-color: #4336DB;
}
.BgClassName
{
background-color: #4336DB;
}
</style>
border-color css
<style>
span { border-color: #4336DB; }
span { border-color: rgb(67,54,219); }
td.TdClassName
{
border-color: #4336DB;
}
.TagClassName
{
border-color: #4336DB;
}
</style>