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