Shades of Free Speech Blue #434ECD
Tints of Free Speech Blue #434ECD
RGB
CMYK
RGB Variations
Color information
#434ECD (or 0x434ECD) is known color: Free Speech Blue. HEX triplet: 43, 4E and CD. RGB value is (67,78,205). Sum of RGB (Red+Green+Blue) = 67+78+205=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #434ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434ECD is #BCB132. Grayscale: #585858. Windows color (decimal): -12366131 or 13454915. OLE color: 13454915.
HSL color Cylindrical-coordinate representation of color #434ECD: hue angle of 235.22º 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 #434ECD is Cyan = 0.67, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 78 | 205 | - |
| CMYK | 0.67 | 0.62 | 0 | 0.20 |
| HSL | 235.22º | 0.58% | 0.53% | - |
| HSV(B) | 235.22º | 0.67% | 0.8% | - |
| XYZ | 16.06 | 11.05 | 59.04 | - |
| YUV | 89.19 | 193.36 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 205 | 0.67 | 0.62 | 0 | 0.20 | 235.22 | 0.58 | 0.53 |
| Hex | 43 | 4E | CD | 43 | 3E | 0 | 14 | EB | 3A | 35 |
| Octal | 103 | 116 | 315 | 103 | 76 | 0 | 24 | 353 | 72 | 65 |
| Binary | 1000011 | 1001110 | 11001101 | 1000011 | 111110 | 0 | 10100 | 11101011 | 111010 | 110101 |
Color Harmonies of #434ECD
Complementary color
Monochromatic Colors of #434ECD
Black with #434ECD
Text Example
Text Example
White with #434ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434ECD; }
p { color: rgb(67,78,205); }
H1.HeaderClassName
{
color: #434ECD;
}
.AnyTagClassName
{
color: #434ECD;
}
</style>
background-color css
<style>
a { background-color: #434ECD; }
a { background-color: rgb(67,78,205); }
div.DivClassName
{
background-color: #434ECD;
}
.BgClassName
{
background-color: #434ECD;
}
</style>
border-color css
<style>
span { border-color: #434ECD; }
span { border-color: rgb(67,78,205); }
td.TdClassName
{
border-color: #434ECD;
}
.TagClassName
{
border-color: #434ECD;
}
</style>