Shades of Free Speech Blue #434CBA
Tints of Free Speech Blue #434CBA
RGB
CMYK
RGB Variations
Color information
#434CBA (or 0x434CBA) is known color: Free Speech Blue. HEX triplet: 43, 4C and BA. RGB value is (67,76,186). Sum of RGB (Red+Green+Blue) = 67+76+186=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #434CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434CBA is #BCB345. Grayscale: #555555. Windows color (decimal): -12366662 or 12209219. OLE color: 12209219.
HSL color Cylindrical-coordinate representation of color #434CBA: hue angle of 235.46º 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 #434CBA is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 76 | 186 | - |
| CMYK | 0.64 | 0.59 | 0 | 0.27 |
| HSL | 235.46º | 0.47% | 0.5% | - |
| HSV(B) | 235.46º | 0.64% | 0.73% | - |
| XYZ | 13.76 | 9.91 | 47.64 | - |
| YUV | 85.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 76 | 186 | 0.64 | 0.59 | 0 | 0.27 | 235.46 | 0.47 | 0.5 |
| Hex | 43 | 4C | BA | 40 | 3B | 0 | 1B | EB | 2F | 32 |
| Octal | 103 | 114 | 272 | 100 | 73 | 0 | 33 | 353 | 57 | 62 |
| Binary | 1000011 | 1001100 | 10111010 | 1000000 | 111011 | 0 | 11011 | 11101011 | 101111 | 110010 |
Color Harmonies of #434CBA
Complementary color
Monochromatic Colors of #434CBA
Black with #434CBA
Text Example
Text Example
White with #434CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434CBA; }
p { color: rgb(67,76,186); }
H1.HeaderClassName
{
color: #434CBA;
}
.AnyTagClassName
{
color: #434CBA;
}
</style>
background-color css
<style>
a { background-color: #434CBA; }
a { background-color: rgb(67,76,186); }
div.DivClassName
{
background-color: #434CBA;
}
.BgClassName
{
background-color: #434CBA;
}
</style>
border-color css
<style>
span { border-color: #434CBA; }
span { border-color: rgb(67,76,186); }
td.TdClassName
{
border-color: #434CBA;
}
.TagClassName
{
border-color: #434CBA;
}
</style>