Shades of Free Speech Blue #434DBB
Tints of Free Speech Blue #434DBB
RGB
CMYK
RGB Variations
Color information
#434DBB (or 0x434DBB) is known color: Free Speech Blue. HEX triplet: 43, 4D and BB. RGB value is (67,77,187). Sum of RGB (Red+Green+Blue) = 67+77+187=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 187 (73.44% from 255 or 56.50% from 331); Max value from RGB is 187 - color contains mainly: blue. Hex color #434DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DBB is #BCB244. Grayscale: #565656. Windows color (decimal): -12366405 or 12275011. OLE color: 12275011.
HSL color Cylindrical-coordinate representation of color #434DBB: hue angle of 235º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #434DBB is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 77 | 187 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.27 |
| HSL | 235º | 0.47% | 0.5% | - |
| HSV(B) | 235º | 0.64% | 0.73% | - |
| XYZ | 13.94 | 10.09 | 48.23 | - |
| YUV | 86.55 | 184.69 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 187 | 0.64 | 0.59 | 0 | 0.27 | 235 | 0.47 | 0.5 |
| Hex | 43 | 4D | BB | 40 | 3B | 0 | 1B | EB | 2F | 32 |
| Octal | 103 | 115 | 273 | 100 | 73 | 0 | 33 | 353 | 57 | 62 |
| Binary | 1000011 | 1001101 | 10111011 | 1000000 | 111011 | 0 | 11011 | 11101011 | 101111 | 110010 |
Color Harmonies of #434DBB
Complementary color
Monochromatic Colors of #434DBB
Black with #434DBB
Text Example
Text Example
White with #434DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DBB; }
p { color: rgb(67,77,187); }
H1.HeaderClassName
{
color: #434DBB;
}
.AnyTagClassName
{
color: #434DBB;
}
</style>
background-color css
<style>
a { background-color: #434DBB; }
a { background-color: rgb(67,77,187); }
div.DivClassName
{
background-color: #434DBB;
}
.BgClassName
{
background-color: #434DBB;
}
</style>
border-color css
<style>
span { border-color: #434DBB; }
span { border-color: rgb(67,77,187); }
td.TdClassName
{
border-color: #434DBB;
}
.TagClassName
{
border-color: #434DBB;
}
</style>