Shades of Free Speech Blue #434FBC
Tints of Free Speech Blue #434FBC
RGB
CMYK
RGB Variations
Color information
#434FBC (or 0x434FBC) is known color: Free Speech Blue. HEX triplet: 43, 4F and BC. RGB value is (67,79,188). Sum of RGB (Red+Green+Blue) = 67+79+188=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 188 (73.83% from 255 or 56.29% from 334); Max value from RGB is 188 - color contains mainly: blue. Hex color #434FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434FBC is #BCB043. Grayscale: #575757. Windows color (decimal): -12365892 or 12341059. OLE color: 12341059.
HSL color Cylindrical-coordinate representation of color #434FBC: hue angle of 234.05º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #434FBC is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 79 | 188 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.26 |
| HSL | 234.05º | 0.47% | 0.5% | - |
| HSV(B) | 234.05º | 0.64% | 0.74% | - |
| XYZ | 14.19 | 10.42 | 48.84 | - |
| YUV | 87.84 | 184.52 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 188 | 0.64 | 0.58 | 0 | 0.26 | 234.05 | 0.47 | 0.5 |
| Hex | 43 | 4F | BC | 40 | 3A | 0 | 1A | EA | 2F | 32 |
| Octal | 103 | 117 | 274 | 100 | 72 | 0 | 32 | 352 | 57 | 62 |
| Binary | 1000011 | 1001111 | 10111100 | 1000000 | 111010 | 0 | 11010 | 11101010 | 101111 | 110010 |
Color Harmonies of #434FBC
Complementary color
Monochromatic Colors of #434FBC
Black with #434FBC
Text Example
Text Example
White with #434FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FBC; }
p { color: rgb(67,79,188); }
H1.HeaderClassName
{
color: #434FBC;
}
.AnyTagClassName
{
color: #434FBC;
}
</style>
background-color css
<style>
a { background-color: #434FBC; }
a { background-color: rgb(67,79,188); }
div.DivClassName
{
background-color: #434FBC;
}
.BgClassName
{
background-color: #434FBC;
}
</style>
border-color css
<style>
span { border-color: #434FBC; }
span { border-color: rgb(67,79,188); }
td.TdClassName
{
border-color: #434FBC;
}
.TagClassName
{
border-color: #434FBC;
}
</style>