Shades of Free Speech Blue #434ECF
Tints of Free Speech Blue #434ECF
RGB
CMYK
RGB Variations
Color information
#434ECF (or 0x434ECF) is known color: Free Speech Blue. HEX triplet: 43, 4E and CF. RGB value is (67,78,207). Sum of RGB (Red+Green+Blue) = 67+78+207=352 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.03% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 207 (81.25% from 255 or 58.81% from 352); Max value from RGB is 207 - color contains mainly: blue. Hex color #434ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #434ECF is #BCB130. Grayscale: #585858. Windows color (decimal): -12366129 or 13585987. OLE color: 13585987.
HSL color Cylindrical-coordinate representation of color #434ECF: hue angle of 235.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #434ECF is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 78 | 207 | - |
| CMYK | 0.68 | 0.62 | 0 | 0.19 |
| HSL | 235.29º | 0.59% | 0.54% | - |
| HSV(B) | 235.29º | 0.68% | 0.81% | - |
| XYZ | 16.3 | 11.15 | 60.32 | - |
| YUV | 89.42 | 194.36 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 78 | 207 | 0.68 | 0.62 | 0 | 0.19 | 235.29 | 0.59 | 0.54 |
| Hex | 43 | 4E | CF | 44 | 3E | 0 | 13 | EB | 3B | 36 |
| Octal | 103 | 116 | 317 | 104 | 76 | 0 | 23 | 353 | 73 | 66 |
| Binary | 1000011 | 1001110 | 11001111 | 1000100 | 111110 | 0 | 10011 | 11101011 | 111011 | 110110 |
Color Harmonies of #434ECF
Complementary color
Monochromatic Colors of #434ECF
Black with #434ECF
Text Example
Text Example
White with #434ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #434ECF; }
p { color: rgb(67,78,207); }
H1.HeaderClassName
{
color: #434ECF;
}
.AnyTagClassName
{
color: #434ECF;
}
</style>
background-color css
<style>
a { background-color: #434ECF; }
a { background-color: rgb(67,78,207); }
div.DivClassName
{
background-color: #434ECF;
}
.BgClassName
{
background-color: #434ECF;
}
</style>
border-color css
<style>
span { border-color: #434ECF; }
span { border-color: rgb(67,78,207); }
td.TdClassName
{
border-color: #434ECF;
}
.TagClassName
{
border-color: #434ECF;
}
</style>