Shades of Free Speech Blue #434FCD
Tints of Free Speech Blue #434FCD
RGB
CMYK
RGB Variations
Color information
#434FCD (or 0x434FCD) is known color: Free Speech Blue. HEX triplet: 43, 4F and CD. RGB value is (67,79,205). Sum of RGB (Red+Green+Blue) = 67+79+205=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 79 (31.25% from 255 or 22.51% from 351); Blue value is 205 (80.47% from 255 or 58.40% from 351); Max value from RGB is 205 - color contains mainly: blue. Hex color #434FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434FCD is #BCB032. Grayscale: #595959. Windows color (decimal): -12365875 or 13455171. OLE color: 13455171.
HSL color Cylindrical-coordinate representation of color #434FCD: hue angle of 234.78º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #434FCD is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 79 | 205 | - |
| CMYK | 0.67 | 0.61 | 0 | 0.20 |
| HSL | 234.78º | 0.58% | 0.53% | - |
| HSV(B) | 234.78º | 0.67% | 0.8% | - |
| XYZ | 16.13 | 11.19 | 59.07 | - |
| YUV | 89.78 | 193.02 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 79 | 205 | 0.67 | 0.61 | 0 | 0.20 | 234.78 | 0.58 | 0.53 |
| Hex | 43 | 4F | CD | 43 | 3D | 0 | 14 | EB | 3A | 35 |
| Octal | 103 | 117 | 315 | 103 | 75 | 0 | 24 | 353 | 72 | 65 |
| Binary | 1000011 | 1001111 | 11001101 | 1000011 | 111101 | 0 | 10100 | 11101011 | 111010 | 110101 |
Color Harmonies of #434FCD
Complementary color
Monochromatic Colors of #434FCD
Black with #434FCD
Text Example
Text Example
White with #434FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434FCD; }
p { color: rgb(67,79,205); }
H1.HeaderClassName
{
color: #434FCD;
}
.AnyTagClassName
{
color: #434FCD;
}
</style>
background-color css
<style>
a { background-color: #434FCD; }
a { background-color: rgb(67,79,205); }
div.DivClassName
{
background-color: #434FCD;
}
.BgClassName
{
background-color: #434FCD;
}
</style>
border-color css
<style>
span { border-color: #434FCD; }
span { border-color: rgb(67,79,205); }
td.TdClassName
{
border-color: #434FCD;
}
.TagClassName
{
border-color: #434FCD;
}
</style>