Shades of Free Speech Blue #434DCD
Tints of Free Speech Blue #434DCD
RGB
CMYK
RGB Variations
Color information
#434DCD (or 0x434DCD) is known color: Free Speech Blue. HEX triplet: 43, 4D and CD. RGB value is (67,77,205). Sum of RGB (Red+Green+Blue) = 67+77+205=349 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.20% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #434DCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434DCD is #BCB232. Grayscale: #585858. Windows color (decimal): -12366387 or 13454659. OLE color: 13454659.
HSL color Cylindrical-coordinate representation of color #434DCD: hue angle of 235.65º 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 #434DCD is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 77 | 205 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.20 |
| HSL | 235.65º | 0.58% | 0.53% | - |
| HSV(B) | 235.65º | 0.67% | 0.8% | - |
| XYZ | 15.99 | 10.91 | 59.02 | - |
| YUV | 88.6 | 193.69 | 112.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 77 | 205 | 0.67 | 0.62 | 0 | 0.20 | 235.65 | 0.58 | 0.53 |
| Hex | 43 | 4D | CD | 43 | 3E | 0 | 14 | EC | 3A | 35 |
| Octal | 103 | 115 | 315 | 103 | 76 | 0 | 24 | 354 | 72 | 65 |
| Binary | 1000011 | 1001101 | 11001101 | 1000011 | 111110 | 0 | 10100 | 11101100 | 111010 | 110101 |
Color Harmonies of #434DCD
Complementary color
Monochromatic Colors of #434DCD
Black with #434DCD
Text Example
Text Example
White with #434DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434DCD; }
p { color: rgb(67,77,205); }
H1.HeaderClassName
{
color: #434DCD;
}
.AnyTagClassName
{
color: #434DCD;
}
</style>
background-color css
<style>
a { background-color: #434DCD; }
a { background-color: rgb(67,77,205); }
div.DivClassName
{
background-color: #434DCD;
}
.BgClassName
{
background-color: #434DCD;
}
</style>
border-color css
<style>
span { border-color: #434DCD; }
span { border-color: rgb(67,77,205); }
td.TdClassName
{
border-color: #434DCD;
}
.TagClassName
{
border-color: #434DCD;
}
</style>