Shades of Free Speech Blue #434EBA
Tints of Free Speech Blue #434EBA
RGB
CMYK
RGB Variations
Color information
#434EBA (or 0x434EBA) is known color: Free Speech Blue. HEX triplet: 43, 4E and BA. RGB value is (67,78,186). Sum of RGB (Red+Green+Blue) = 67+78+186=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #434EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434EBA is #BCB145. Grayscale: #565656. Windows color (decimal): -12366150 or 12209731. OLE color: 12209731.
HSL color Cylindrical-coordinate representation of color #434EBA: hue angle of 234.45º 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 #434EBA is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 78 | 186 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.27 |
| HSL | 234.45º | 0.47% | 0.5% | - |
| HSV(B) | 234.45º | 0.64% | 0.73% | - |
| XYZ | 13.9 | 10.19 | 47.69 | - |
| YUV | 87.02 | 183.86 | 113.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 186 | 0.64 | 0.58 | 0 | 0.27 | 234.45 | 0.47 | 0.5 |
| Hex | 43 | 4E | BA | 40 | 3A | 0 | 1B | EA | 2F | 32 |
| Octal | 103 | 116 | 272 | 100 | 72 | 0 | 33 | 352 | 57 | 62 |
| Binary | 1000011 | 1001110 | 10111010 | 1000000 | 111010 | 0 | 11011 | 11101010 | 101111 | 110010 |
Color Harmonies of #434EBA
Complementary color
Monochromatic Colors of #434EBA
Black with #434EBA
Text Example
Text Example
White with #434EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434EBA; }
p { color: rgb(67,78,186); }
H1.HeaderClassName
{
color: #434EBA;
}
.AnyTagClassName
{
color: #434EBA;
}
</style>
background-color css
<style>
a { background-color: #434EBA; }
a { background-color: rgb(67,78,186); }
div.DivClassName
{
background-color: #434EBA;
}
.BgClassName
{
background-color: #434EBA;
}
</style>
border-color css
<style>
span { border-color: #434EBA; }
span { border-color: rgb(67,78,186); }
td.TdClassName
{
border-color: #434EBA;
}
.TagClassName
{
border-color: #434EBA;
}
</style>