Shades of Free Speech Blue #434ABB
Tints of Free Speech Blue #434ABB
RGB
CMYK
RGB Variations
Color information
#434ABB (or 0x434ABB) is known color: Free Speech Blue. HEX triplet: 43, 4A and BB. RGB value is (67,74,187). Sum of RGB (Red+Green+Blue) = 67+74+187=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 74 (29.30% from 255 or 22.56% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #434ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434ABB is #BCB544. Grayscale: #545454. Windows color (decimal): -12367173 or 12274243. OLE color: 12274243.
HSL color Cylindrical-coordinate representation of color #434ABB: hue angle of 236.5º 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 #434ABB is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 74 | 187 | - |
| CMYK | 0.64 | 0.60 | 0 | 0.27 |
| HSL | 236.5º | 0.47% | 0.5% | - |
| HSV(B) | 236.5º | 0.64% | 0.73% | - |
| XYZ | 13.73 | 9.68 | 48.16 | - |
| YUV | 84.79 | 185.68 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 74 | 187 | 0.64 | 0.60 | 0 | 0.27 | 236.5 | 0.47 | 0.5 |
| Hex | 43 | 4A | BB | 40 | 3C | 0 | 1B | EC | 2F | 32 |
| Octal | 103 | 112 | 273 | 100 | 74 | 0 | 33 | 354 | 57 | 62 |
| Binary | 1000011 | 1001010 | 10111011 | 1000000 | 111100 | 0 | 11011 | 11101100 | 101111 | 110010 |
Color Harmonies of #434ABB
Complementary color
Monochromatic Colors of #434ABB
Black with #434ABB
Text Example
Text Example
White with #434ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434ABB; }
p { color: rgb(67,74,187); }
H1.HeaderClassName
{
color: #434ABB;
}
.AnyTagClassName
{
color: #434ABB;
}
</style>
background-color css
<style>
a { background-color: #434ABB; }
a { background-color: rgb(67,74,187); }
div.DivClassName
{
background-color: #434ABB;
}
.BgClassName
{
background-color: #434ABB;
}
</style>
border-color css
<style>
span { border-color: #434ABB; }
span { border-color: rgb(67,74,187); }
td.TdClassName
{
border-color: #434ABB;
}
.TagClassName
{
border-color: #434ABB;
}
</style>