Shades of Free Speech Blue #434DDB
Tints of Free Speech Blue #434DDB
RGB
CMYK
RGB Variations
Color information
#434DDB (or 0x434DDB) is known color: Free Speech Blue. HEX triplet: 43, 4D and DB. RGB value is (67,77,219). Sum of RGB (Red+Green+Blue) = 67+77+219=363 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.46% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #434DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DDB is #BCB224. Grayscale: #595959. Windows color (decimal): -12366373 or 14372163. OLE color: 14372163.
HSL color Cylindrical-coordinate representation of color #434DDB: hue angle of 236.05º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #434DDB is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 77 | 219 | - |
| CMYK | 0.69 | 0.65 | 0 | 0.14 |
| HSL | 236.05º | 0.68% | 0.56% | - |
| HSV(B) | 236.05º | 0.69% | 0.86% | - |
| XYZ | 17.75 | 11.62 | 68.32 | - |
| YUV | 90.2 | 200.69 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 219 | 0.69 | 0.65 | 0 | 0.14 | 236.05 | 0.68 | 0.56 |
| Hex | 43 | 4D | DB | 45 | 41 | 0 | E | EC | 44 | 38 |
| Octal | 103 | 115 | 333 | 105 | 101 | 0 | 16 | 354 | 104 | 70 |
| Binary | 1000011 | 1001101 | 11011011 | 1000101 | 1000001 | 0 | 1110 | 11101100 | 1000100 | 111000 |
Color Harmonies of #434DDB
Complementary color
Monochromatic Colors of #434DDB
Black with #434DDB
Text Example
Text Example
White with #434DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DDB; }
p { color: rgb(67,77,219); }
H1.HeaderClassName
{
color: #434DDB;
}
.AnyTagClassName
{
color: #434DDB;
}
</style>
background-color css
<style>
a { background-color: #434DDB; }
a { background-color: rgb(67,77,219); }
div.DivClassName
{
background-color: #434DDB;
}
.BgClassName
{
background-color: #434DDB;
}
</style>
border-color css
<style>
span { border-color: #434DDB; }
span { border-color: rgb(67,77,219); }
td.TdClassName
{
border-color: #434DDB;
}
.TagClassName
{
border-color: #434DDB;
}
</style>