Shades of Free Speech Blue #434DBE
Tints of Free Speech Blue #434DBE
RGB
CMYK
RGB Variations
Color information
#434DBE (or 0x434DBE) is known color: Free Speech Blue. HEX triplet: 43, 4D and BE. RGB value is (67,77,190). Sum of RGB (Red+Green+Blue) = 67+77+190=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #434DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DBE is #BCB241. Grayscale: #565656. Windows color (decimal): -12366402 or 12471619. OLE color: 12471619.
HSL color Cylindrical-coordinate representation of color #434DBE: hue angle of 235.12º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #434DBE is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 77 | 190 | - |
| CMYK | 0.65 | 0.59 | 0 | 0.25 |
| HSL | 235.12º | 0.49% | 0.5% | - |
| HSV(B) | 235.12º | 0.65% | 0.75% | - |
| XYZ | 14.26 | 10.22 | 49.94 | - |
| YUV | 86.89 | 186.19 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 190 | 0.65 | 0.59 | 0 | 0.25 | 235.12 | 0.49 | 0.5 |
| Hex | 43 | 4D | BE | 41 | 3B | 0 | 19 | EB | 31 | 32 |
| Octal | 103 | 115 | 276 | 101 | 73 | 0 | 31 | 353 | 61 | 62 |
| Binary | 1000011 | 1001101 | 10111110 | 1000001 | 111011 | 0 | 11001 | 11101011 | 110001 | 110010 |
Color Harmonies of #434DBE
Complementary color
Monochromatic Colors of #434DBE
Black with #434DBE
Text Example
Text Example
White with #434DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DBE; }
p { color: rgb(67,77,190); }
H1.HeaderClassName
{
color: #434DBE;
}
.AnyTagClassName
{
color: #434DBE;
}
</style>
background-color css
<style>
a { background-color: #434DBE; }
a { background-color: rgb(67,77,190); }
div.DivClassName
{
background-color: #434DBE;
}
.BgClassName
{
background-color: #434DBE;
}
</style>
border-color css
<style>
span { border-color: #434DBE; }
span { border-color: rgb(67,77,190); }
td.TdClassName
{
border-color: #434DBE;
}
.TagClassName
{
border-color: #434DBE;
}
</style>