Shades of Free Speech Blue #434BCD
Tints of Free Speech Blue #434BCD
RGB
CMYK
RGB Variations
Color information
#434BCD (or 0x434BCD) is known color: Free Speech Blue. HEX triplet: 43, 4B and CD. RGB value is (67,75,205). Sum of RGB (Red+Green+Blue) = 67+75+205=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 75 (29.69% from 255 or 21.61% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #434BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #434BCD is #BCB432. Grayscale: #565656. Windows color (decimal): -12366899 or 13454147. OLE color: 13454147.
HSL color Cylindrical-coordinate representation of color #434BCD: hue angle of 236.52º 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 #434BCD is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 75 | 205 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.20 |
| HSL | 236.52º | 0.58% | 0.53% | - |
| HSV(B) | 236.52º | 0.67% | 0.8% | - |
| XYZ | 15.85 | 10.63 | 58.97 | - |
| YUV | 87.43 | 194.35 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 75 | 205 | 0.67 | 0.63 | 0 | 0.20 | 236.52 | 0.58 | 0.53 |
| Hex | 43 | 4B | CD | 43 | 3F | 0 | 14 | ED | 3A | 35 |
| Octal | 103 | 113 | 315 | 103 | 77 | 0 | 24 | 355 | 72 | 65 |
| Binary | 1000011 | 1001011 | 11001101 | 1000011 | 111111 | 0 | 10100 | 11101101 | 111010 | 110101 |
Color Harmonies of #434BCD
Complementary color
Monochromatic Colors of #434BCD
Black with #434BCD
Text Example
Text Example
White with #434BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434BCD; }
p { color: rgb(67,75,205); }
H1.HeaderClassName
{
color: #434BCD;
}
.AnyTagClassName
{
color: #434BCD;
}
</style>
background-color css
<style>
a { background-color: #434BCD; }
a { background-color: rgb(67,75,205); }
div.DivClassName
{
background-color: #434BCD;
}
.BgClassName
{
background-color: #434BCD;
}
</style>
border-color css
<style>
span { border-color: #434BCD; }
span { border-color: rgb(67,75,205); }
td.TdClassName
{
border-color: #434BCD;
}
.TagClassName
{
border-color: #434BCD;
}
</style>